Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3D (Results 1 – 25 of 45) 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 },
DegluStaticES31Library.inl51 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
DegluStaticES32Library.inl58 { "glCopyTexSubImage3D", (deFunctionPtr)glCopyTexSubImage3D },
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def196 glCopyTexSubImage3D @215
DlibGLESv2.lds152 glCopyTexSubImage3D;
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp3125 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/
DABI-check81 glCopyTexSubImage3D
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES31Direct.inl51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES32Direct.inl58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
DglwInitES30.inl47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL31.inl52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL30.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL32.inl53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitES31.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitES32.inl58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL33.inl55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL40.inl61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL42.inl65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp198 …void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset…
/external/deqp/doc/
DGLES3 Negative API Functions.txt290 o glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL…
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl118 gl->copyTexSubImage3D = glCopyTexSubImage3D;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl371 "glCopyTexSubImage3D",
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h958 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffse…

12