/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 | 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 },
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 784 ctx.glCopyTexSubImage2D(0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_invalid_target() 801 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level() 805 ctx.glCopyTexSubImage2D(faceGL, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_level() 824 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level() 832 ctx.glCopyTexSubImage2D(faceGL, log2MaxCubemapSize, 0, 0, 0, 0, 4, 4); in copytexsubimage2d_max_level() 848 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 850 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 852 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, 4, 4); in copytexsubimage2d_neg_offset() 867 ctx.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 14, 0, 0, 0, 4, 4); in copytexsubimage2d_invalid_offset() 869 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/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 56 return (GrGLFuncPtr) glCopyTexSubImage2D; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 30 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES30Direct.inl | 46 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES20.inl | 30 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitES31Direct.inl | 50 gl->copyTexSubImage2D = &glCopyTexSubImage2D;
|
D | glwInitES30.inl | 46 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
D | glwInitGL30.inl | 50 gl->copyTexSubImage2D = (glCopyTexSubImage2DFunc) loader->get("glCopyTexSubImage2D");
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 72 "glCopyTexSubImage2D", 219 "glCopyTexSubImage2D",
|
/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
|
D | sglrContextWrapper.hpp | 74 …void glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int …
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 353 glCopyTexSubImage2D
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL 165 ((GL10)mGL).glCopyTexSubImage2D( target, level, xoffset, in glCopyTexSubImage2D()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 169 o glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset,…
|
/external/mesa3d/include/GLES/ |
D | gl.h | 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|