Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3D (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp2420 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/
DegluStaticES30Library.inl47 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp2388 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/
DglwInitES30Direct.inl47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES31Direct.inl51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES30.inl47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL30.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL31.inl52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitES31.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL32.inl53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL33.inl55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL40.inl61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL41.inl64 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL42.inl65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL44.inl78 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL43.inl69 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL45.inl92 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwApi.inl93 #define glCopyTexSubImage3D glwCopyTexSubImage3D macro
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def403 glCopyTexSubImage3D
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp198 …void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset…
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl93 gl->copyTexSubImage3D = glCopyTexSubImage3D;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl357 "glCopyTexSubImage3D",
/external/deqp/doc/
DGLES3 Negative API Functions.txt290 o glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
/external/mesa3d/include/GL/
Dgl.h1538 GLAPI void GLAPIENTRY glCopyTexSubImage3D( GLenum target, GLint level,
Dgl_mangle.h318 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D) macro

12