Home
last modified time | relevance | path

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

123

/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp2421 glCopyTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 4, 4); in init()
2438 glCopyTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 4, 4); in init()
2440 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in init()
2460 glCopyTexSubImage3D(GL_TEXTURE_3D, log2Max3DTextureSize, 0, 0, 0, 0, 0, 4, 4); in init()
2465 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 4, 4); in init()
2479 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, 0, 0, 0, 0, 4, 4); in init()
2481 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, -1, 0, 0, 0, 4, 4); in init()
2483 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, -1, 0, 0, 4, 4); in init()
2485 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, -1, -1, 0, 0, 4, 4); in init()
2499 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/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt55 glCopyTexSubImage3D
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp3126 ctx.glCopyTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d()
3144 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level()
3146 ctx.glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level()
3154 ctx.glCopyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, -1, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_level()
3178 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, log2Max3DTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level()
3183 ctx.glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level()
3193 …ctx.glCopyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, log2MaxCubeMapTextureSize, 0, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_max_level()
3209 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, 0, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_offset()
3211 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, -1, 0, 0, 0, 4, 4); in copytexsubimage3d_neg_offset()
3213 ctx.glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, -1, 0, 0, 4, 4); in copytexsubimage3d_neg_offset()
[all …]
/external/angle/src/tests/gl_tests/
DBPTCCompressedTextureTest.cpp268 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, 0, 0, 4, 4); in TEST_P()
DCopyTexImageTest.cpp620 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, kLayerOffset, 0, 0, kTexSize, kTexSize);
706 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, xOffset, yOffset, currLayer, 0, 0, subImageWidth, in copyTexSubImage3D()
DWebGLReadOutsideFramebufferTest.cpp180 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, z, x, y, kReadWidth, kReadHeight); in TestCopyTexSubImage3D()
DDXT1CompressedTextureTest.cpp409 glCopyTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, 0, 0, 4, 4); in TEST_P()
DRobustResourceInitTest.cpp634 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, kTextureLayer, 0, 0, kTextureWidth, kTextureHeight); in TEST_P()
1622 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, kOffset, kOffset, 0, 0, 0, kSrcSize, kSrcSize); in TEST_P()
1650 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, kOffset, kOffset, 0, 0, 0, kSrcSize, kSrcSize); in TEST_P()
DFramebufferMultiviewTest.cpp318 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 0, 0, 1, 1); in TEST_P()
/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");
DglwInitGL30.inl51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
DglwInitGL31.inl52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
/external/angle/src/libGL/
DlibGL_autogen.def351 glCopyTexSubImage3D
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp198 …void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset…
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def171 glCopyTexSubImage3D
DlibGLESv2_with_capture_autogen.def171 glCopyTexSubImage3D
DlibGLESv2_autogen.def171 glCopyTexSubImage3D

123