/external/angle/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 158 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, kFboSizes[0], kFboSizes[0]); in runCopyTexSubImageTest() 162 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 0, 0, kFboSizes[0], kFboSizes[0]); in runCopyTexSubImageTest() 166 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, -1, -1, 1 + kFboSizes[0], 1 + kFboSizes[0]); in runCopyTexSubImageTest() 173 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, offset, offset, kFboSizes[1] / 2, kFboSizes[1] / 2, in runCopyTexSubImageTest() 195 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, offset, offset, srcOffset, srcOffset, extent, extent); in runCopyTexSubImageTest() 367 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, w, h); in TEST_P() 413 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, faceIndex, 0, 0, 0, 1, 1); in TEST_P() 467 glCopyTexSubImage2D(face, 0, 0, 0, faceIndex, 0, 1, 1); in TEST_P() 520 glCopyTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, 0, 0, 1, 1); in TEST_P() 523 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 1, 1); in TEST_P() [all …]
|
D | WebGLReadOutsideFramebufferTest.cpp | 155 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, x, y, kReadWidth, kReadHeight); in TestCopyTexSubImage2D() 167 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, x, y, kReadWidth, kReadHeight); in TestCopyTexSubImageCube()
|
D | TextureRectangleTest.cpp | 440 glCopyTexSubImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, 0, 0, 0, 0, 1, 1); in TEST_P() 444 glCopyTexSubImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 0, 0, 0, 0, 0, 1, 1); in TEST_P()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 977 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 0, 0); in init() 989 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 0, 0); in init() 1003 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, 0, 0); in init() 1005 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, 0, 0); in init() 1007 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init() 1009 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, 0, 0); in init() 1011 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, 0, 0); in init() 1013 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init() 1028 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 0, 0); in init() 1043 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, log2MaxTextureSize, 0, 0, 0, 0, 0, 0); in init() [all …]
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 30 - glCopyTexSubImage2D() 45 For glCopyTexImage2D() and glCopyTexSubImage2D() usage the rendering target
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 853 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in init() 869 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in init() 873 glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in init() 891 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in init() 899 glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in init() 914 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in init() 916 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in init() 918 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in init() 932 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 14, 0, 0, 0, 4, 4); in init() 934 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 14, 0, 0, 4, 4); in init() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 30 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
|
D | egluStaticES30Library.inl | 46 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
|
D | egluStaticES31Library.inl | 50 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
|
D | egluStaticES32Library.inl | 57 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 61 glCopyTexSubImage2D @59
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 30 glCopyTexSubImage2D
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 57 glCopyTexSubImage2D @45
|
D | libGLES_CM.lds | 58 glCopyTexSubImage2D;
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 28 + glCopyTexImage2D(), glCopyTexSubImage2D()
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 71 glCopyTexSubImage2D = glCopyTexSubImage2D@32
|
D | osmesa.def | 74 glCopyTexSubImage2D
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 943 ctx.glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_invalid_target() 958 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_read_buffer_is_none() 973 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_texture_internalformat() 990 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level() 994 ctx.glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level() 1013 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level() 1021 ctx.glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level() 1037 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 1039 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 1041 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() [all …]
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 44 M(glCopyTexSubImage2D) in egl_get_gl_proc()
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 44 M(glCopyTexSubImage2D) in egl_get_gl_proc()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 64 glCopyTexSubImage2D = glCopyTexSubImage2D@32
|
D | opengl32.def | 64 glCopyTexSubImage2D
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 27 glCopyTexSubImage2D @25
|
D | libGLESv2.lds | 28 glCopyTexSubImage2D;
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 54 glCopyTexSubImage2D
|