/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 949 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 0, 0); in init() 961 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 0, 0); in init() 975 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, 0, 0); in init() 977 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, 0, 0); in init() 979 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init() 981 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, 0, 0); in init() 983 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, 0, 0); in init() 985 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init() 1000 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 0, 0); in init() 1015 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 | 781 glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in init() 797 glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in init() 801 glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in init() 819 glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in init() 827 glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in init() 842 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in init() 844 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in init() 846 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in init() 860 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 14, 0, 0, 0, 4, 4); in init() 862 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 14, 0, 0, 4, 4); in init() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 28 { "glCopyTexSubImage2D", (deFunctionPtr)glCopyTexSubImage2D },
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 783 ctx.glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_invalid_target() 800 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level() 804 ctx.glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level() 823 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level() 831 ctx.glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level() 847 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 849 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 851 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 866 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 14, 0, 0, 0, 4, 4); in copytexsubimage2d_invalid_offset() 868 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 14, 0, 0, 4, 4); in copytexsubimage2d_invalid_offset() [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 28 + glCopyTexImage2D(), glCopyTexSubImage2D()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 64 glCopyTexSubImage2D = glCopyTexSubImage2D@32
|
D | opengl32.def | 64 glCopyTexSubImage2D
|
D | stw_context.c | 763 &glCopyTexSubImage2D,
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 54 return (GrGLFuncPtr) glCopyTexSubImage2D; in android_get_gl_proc() 248 return (GrGLFuncPtr) glCopyTexSubImage2D; in android_get_gl_proc()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 64 glCopyTexSubImage2D = glCopyTexSubImage2D@32
|
D | opengl32.def | 64 glCopyTexSubImage2D
|
D | stw_context.c | 763 &glCopyTexSubImage2D,
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 27 glCopyTexSubImage2D @25
|
/external/chromium_org/ui/surface/ |
D | accelerated_surface_mac.cc | 97 glCopyTexSubImage2D(target, 0, in SwapBuffers()
|
/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 42 functions->fCopyTexSubImage2D = glCopyTexSubImage2D; in CreateCommandBufferSkiaGLBinding()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 35 functions->fCopyTexSubImage2D = glCopyTexSubImage2D; in GrGLCreateNativeInterface()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 28 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES30Direct.inl | 28 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES20.inl | 28 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 48 functions->fCopyTexSubImage2D = glCopyTexSubImage2D; in create_es_interface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 40 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in glCopyTexSubImage2D() function in sglr::ContextWrapper
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 514 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro 663 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset,…
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 353 glCopyTexSubImage2D
|