Home
last modified time | relevance | path

Searched refs:glCopyImageSubData (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_copy_image/
H A Dapi_errors.c106 glCopyImageSubData(src, src_target, 0, 0, 0, 0, in test_simple_errors()
113 glCopyImageSubData(src, src_target, 0, 0, 0, 0, in test_simple_errors()
123 glCopyImageSubData(src2, src_target, 0, 0, 0, 0, in test_simple_errors()
189 glCopyImageSubData(src, src_target, 0, 0, 0, 0, in test_simple_errors()
194 glCopyImageSubData(src, src_target, 5, 0, 0, 0, in test_simple_errors()
197 glCopyImageSubData(src, src_target, 0, 0, 0, 0, in test_simple_errors()
202 glCopyImageSubData(src, src_target, 0, 7, 5, 2, in test_simple_errors()
205 glCopyImageSubData(src, src_target, 0, 7, 5, 2, in test_simple_errors()
208 glCopyImageSubData(src, src_target, 0, 7, 5, 2, in test_simple_errors()
211 glCopyImageSubData(src, src_target, 0, 0, 0, 0, in test_simple_errors()
[all …]
H A Dsimple.c162 glCopyImageSubData(images[0].name, images[0].target, 0, 0, 0, 0, in piglit_display()
179 glCopyImageSubData(images[1].name, images[1].target, 0, 17, 11, 0, in piglit_display()
190 glCopyImageSubData(images[0].name, images[0].target, 0, 0, 32, 0, in piglit_display()
H A Dtexview.c97 glCopyImageSubData(views[0], GL_TEXTURE_2D, 0, 0, 0, 0, in test_2d()
166 glCopyImageSubData(views[0], GL_TEXTURE_2D_ARRAY, in test_2d_array()
H A Dsrgb-copy.c81 glCopyImageSubData(texSRGBA, target, 0, 0, 0, 0, in test_srgb_copy()
H A Dformats.c641 glCopyImageSubData(src_tex, GL_TEXTURE_2D_MULTISAMPLE, 0, in run_multisample_test()
648 glCopyImageSubData(dst_tex, GL_TEXTURE_2D_MULTISAMPLE, 0, in run_multisample_test()
870 glCopyImageSubData(texture[0], GL_TEXTURE_2D, src_level, in run_test()
877 glCopyImageSubData(texture[1], GL_TEXTURE_2D, dst_level, in run_test()
H A Dformat-swizzle.c115 glCopyImageSubData(textures[0], GL_TEXTURE_2D, 0, /* src image */ in test_combination()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp1915 …ctx.glCopyImageSubData (texture[0], GL_TEXTURE_2D, 1, 0, 0, 0, texture[1], GL_TEXTURE_2D, 0, 0, 0… in copy_image_sub_data()
1917 …ctx.glCopyImageSubData (texture[0], GL_TEXTURE_2D, 0, 0, 0, 0, texture[1], GL_TEXTURE_2D, 1, 0, 0… in copy_image_sub_data()
1919 …ctx.glCopyImageSubData (texture[0], GL_TEXTURE_2D, 1, 0, 0, 0, texture[1], GL_TEXTURE_2D, 1, 0, 0… in copy_image_sub_data()
1927 …ctx.glCopyImageSubData (rbo, GL_RENDERBUFFER, -1, 0, 0, 0, texture[1], GL_TEXTURE_2D, 0, 0, 0, 0,… in copy_image_sub_data()
1929 …ctx.glCopyImageSubData (rbo, GL_RENDERBUFFER, 1, 0, 0, 0, texture[1], GL_TEXTURE_2D, 0, 0, 0, 0, … in copy_image_sub_data()
1931 …ctx.glCopyImageSubData (texture[1], GL_TEXTURE_2D, 0, 0, 0, 0, rbo, GL_RENDERBUFFER, -1, 0, 0, 0,… in copy_image_sub_data()
1933 …ctx.glCopyImageSubData (texture[1], GL_TEXTURE_2D, 0, 0, 0, 0, rbo, GL_RENDERBUFFER, 1, 0, 0, 0, … in copy_image_sub_data()
1941 …ctx.glCopyImageSubData (texture[0], GL_TEXTURE_2D, 0, 0, 0, 0, texture[1], GL_TEXTURE_3D, 0, 0, 0… in copy_image_sub_data()
1943 …ctx.glCopyImageSubData (texture[0], GL_TEXTURE_2D, 0, 0, 0, 0, texture[2], GL_TEXTURE_2D, 0, 0, 0… in copy_image_sub_data()
1945 …ctx.glCopyImageSubData (texture[0], GL_TEXTURE_3D, 0, 0, 0, 0, texture[1], GL_TEXTURE_2D, 0, 0, 0… in copy_image_sub_data()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A DARB_copy_image.h35 #define glCopyImageSubData dolCopyImageSubData macro
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_copy_image4 …void glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_copy_image5 …void glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_copy_image4 …void glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_copy_image5 …void glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_copy_image5 …void glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_copy_image.java42 void glCopyImageSubData( in glCopyImageSubData() method
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dcopy_image.py17 def glCopyImageSubData(srcName,srcTarget,srcLevel,srcX,srcY,srcZ,dstName,dstTarget,dstLevel,dstX,ds… function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dcopy_image.py17 def glCopyImageSubData(srcName,srcTarget,srcLevel,srcX,srcY,srcZ,dstName,dstTarget,dstLevel,dstX,ds… function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_GlCore43.hxx35 using theBaseClass_t::glCopyImageSubData;
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlCore43.hxx35 using theBaseClass_t::glCopyImageSubData;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_GlCore43.hxx34 using theBaseClass_t::glCopyImageSubData;
/dports/games/manaplus/manaplus-2.1.3.17/src/render/opengl/
H A Dmgl.hpp128 defName(glCopyImageSubData);
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-helpers.c110 glCopyImageSubData(src->texture, src->gl_target, 0, src_x, in gl_copy_texture()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/GLESv2/
H A Dglesv2.symbols50 glCopyImageSubData
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/egl/
H A DegluStaticES32Library.inl55 { "glCopyImageSubData", (deFunctionPtr)glCopyImageSubData },
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/display/
H A Dimage_view.cpp183 glCopyImageSubData( in SetImage()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dtex3d-maxsize.c223 glCopyImageSubData(tex, GL_TEXTURE_3D, 0, 0, 0, 0, in test_render()

12345678910>>...27