/external/angle/src/tests/gl_tests/ |
D | BPTCCompressedTextureTest.cpp | 344 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 2, 0, 0, 4, 4, 1, in TEST_P() 348 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 2, 0, 4, 4, 1, in TEST_P() 354 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, -1, 0, 0, 4, 4, 1, in TEST_P() 358 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, -1, 0, 4, 4, 1, in TEST_P() 362 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, -1, 4, 4, 1, in TEST_P()
|
D | DXT1CompressedTextureTest.cpp | 383 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, -1, 0, 0, 4, 4, 1, in TEST_P() 387 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, -1, 0, 4, 4, 1, in TEST_P() 391 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, -1, 4, 4, 1, in TEST_P()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 2708 glCompressedTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init() 2719 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init() 2724 …glCompressedTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 18, 18, 1, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2… in init() 2729 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 4, 0, 0, 10, 4, 1, GL_COMPRESSED_RGBA8_ETC2_EAC,… in init() 2734 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 4, 0, 4, 10, 1, GL_COMPRESSED_RGBA8_ETC2_EAC,… in init() 2739 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 1, 0, 0, 4, 4, 1, GL_COMPRESSED_RGBA8_ETC2_EAC, … in init() 2741 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 1, 0, 4, 4, 1, GL_COMPRESSED_RGBA8_ETC2_EAC, … in init() 2743 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 1, 1, 0, 4, 4, 1, GL_COMPRESSED_RGBA8_ETC2_EAC, … in init() 2758 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC,… in init() 2774 …glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 0, GL_COMPRESSED… in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 3431 ctx.glCompressedTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage3d() 3442 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0… in compressedtexsubimage3d() 3447 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 18, 18, 1, GL_COMPRESSED_RGBA8_ETC2_EAC, … in compressedtexsubimage3d() 3452 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 4, 0, 0, 10, 4, 1, GL_COMPRESSED_RGBA8_ETC2_… in compressedtexsubimage3d() 3457 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 4, 0, 4, 10, 1, GL_COMPRESSED_RGBA8_ETC2_… in compressedtexsubimage3d() 3462 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 1, 0, 0, 4, 4, 1, GL_COMPRESSED_RGBA8_ETC2_E… in compressedtexsubimage3d() 3464 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 1, 0, 4, 4, 1, GL_COMPRESSED_RGBA8_ETC2_E… in compressedtexsubimage3d() 3466 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 1, 1, 0, 4, 4, 1, GL_COMPRESSED_RGBA8_ETC2_E… in compressedtexsubimage3d() 3482 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, -1, 0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_… in compressedtexsubimage3d_neg_level() 3499 …ctx.glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, log2MaxTextureSize, 0, 0, 0, 0, 0, 0, GL_COMPRE… in compressedtexsubimage3d_max_level() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 43 { "glCompressedTexSubImage3D", (deFunctionPtr)glCompressedTexSubImage3D },
|
D | egluStaticES31Library.inl | 47 { "glCompressedTexSubImage3D", (deFunctionPtr)glCompressedTexSubImage3D },
|
D | egluStaticES32Library.inl | 53 { "glCompressedTexSubImage3D", (deFunctionPtr)glCompressedTexSubImage3D },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 198 glCompressedTexSubImage3D @217
|
D | libGLESv2.lds | 154 glCompressedTexSubImage3D;
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 50 glCompressedTexSubImage3D
|
/external/mesa3d/docs/relnotes/ |
D | 4.0 | 60 glCompressedTexSubImage3D
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 43 gl->compressedTexSubImage3D = &glCompressedTexSubImage3D;
|
D | glwInitES31Direct.inl | 47 gl->compressedTexSubImage3D = &glCompressedTexSubImage3D;
|
D | glwInitES32Direct.inl | 53 gl->compressedTexSubImage3D = &glCompressedTexSubImage3D;
|
D | glwInitES30.inl | 43 …ssedTexSubImage3D = (glCompressedTexSubImage3DFunc) loader->get("glCompressedTexSubImage3D");
|
D | glwInitGL30.inl | 46 …ssedTexSubImage3D = (glCompressedTexSubImage3DFunc) loader->get("glCompressedTexSubImage3D");
|
D | glwInitGL31.inl | 46 …ssedTexSubImage3D = (glCompressedTexSubImage3DFunc) loader->get("glCompressedTexSubImage3D");
|
D | glwInitES31.inl | 47 …ssedTexSubImage3D = (glCompressedTexSubImage3DFunc) loader->get("glCompressedTexSubImage3D");
|
D | glwInitGL32.inl | 47 …ssedTexSubImage3D = (glCompressedTexSubImage3DFunc) loader->get("glCompressedTexSubImage3D");
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 364 glCompressedTexSubImage3D
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 200 …void glCompressedTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zof…
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 169 glCompressedTexSubImage3D
|
D | libGLESv2_with_capture_autogen.def | 169 glCompressedTexSubImage3D
|
D | libGLESv2_autogen.def | 169 glCompressedTexSubImage3D
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 292 o glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse…
|