/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 2420 glCopyTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 4, 4); in init() 2437 glCopyTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 4, 4); in init() 2439 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in init() 2459 glCopyTexSubImage3D(GL_TEXTURE_3D, log2Max3DTextureSize, 0, 0, 0, 0, 0, 4, 4); in init() 2464 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 4, 4); in init() 2478 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, 0, 0, 0, 0, 4, 4); in init() 2480 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, -1, 0, 0, 0, 4, 4); in init() 2482 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, -1, 0, 0, 4, 4); in init() 2484 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, -1, -1, 0, 0, 4, 4); in init() 2498 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 1, 0, 0, 0, 0, 4, 4); in init() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 47 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
|
D | egluStaticES31Library.inl | 51 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
|
D | egluStaticES32Library.inl | 58 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 196 glCopyTexSubImage3D @215
|
D | libGLESv2.lds | 152 glCopyTexSubImage3D;
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 3125 ctx.glCopyTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d() 3143 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level() 3145 ctx.glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level() 3153 ctx.glCopyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level() 3177 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, log2Max3DTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level() 3182 ctx.glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level() 3192 …ctx.glCopyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, log2MaxCubeMapTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level() 3208 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() 3210 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() 3212 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() [all …]
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 81 glCopyTexSubImage3D
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES31Direct.inl | 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES32Direct.inl | 58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES30.inl | 47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL31.inl | 52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL30.inl | 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL32.inl | 53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitES31.inl | 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitES32.inl | 58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL33.inl | 55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL40.inl | 61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL42.inl | 65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 198 …void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset…
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 290 o glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 118 gl->copyTexSubImage3D = glCopyTexSubImage3D;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 371 "glCopyTexSubImage3D",
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 958 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffse…
|