/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 },
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 2388 ctx.glCopyTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d() 2406 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level() 2408 ctx.glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level() 2429 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, log2Max3DTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level() 2434 ctx.glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level() 2449 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() 2451 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() 2453 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() 2455 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, -1, -1, 0, 0, 4, 4); in copytexsubimage3d_neg_offset() 2470 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 1, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_invalid_offset() [all …]
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES31Direct.inl | 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
|
D | glwInitES30.inl | 47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL30.inl | 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL31.inl | 52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitES31.inl | 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL32.inl | 53 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 | glwInitGL41.inl | 64 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL42.inl | 65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL44.inl | 78 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL43.inl | 69 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwInitGL45.inl | 92 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
|
D | glwApi.inl | 93 #define glCopyTexSubImage3D glwCopyTexSubImage3D macro
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 403 glCopyTexSubImage3D
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 198 …void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 93 gl->copyTexSubImage3D = glCopyTexSubImage3D;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 357 "glCopyTexSubImage3D",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 290 o glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
|
/external/mesa3d/include/GL/ |
D | gl.h | 1538 GLAPI void GLAPIENTRY glCopyTexSubImage3D( GLenum target, GLint level,
|
D | gl_mangle.h | 318 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D) macro
|