/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | CompressedTextureTest.cpp | 139 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, pixel_0_width, pixel_0_height, GL_COMPRESSED_RGB… in TEST_F() 140 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, pixel_1_width, pixel_1_height, GL_COMPRESSED_RGB… in TEST_F() 141 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 2, 0, 0, pixel_2_width, pixel_2_height, GL_COMPRESSED_RGB… in TEST_F() 142 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 3, 0, 0, pixel_3_width, pixel_3_height, GL_COMPRESSED_RGB… in TEST_F() 143 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 4, 0, 0, pixel_4_width, pixel_4_height, GL_COMPRESSED_RGB… in TEST_F() 144 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 5, 0, 0, pixel_5_width, pixel_5_height, GL_COMPRESSED_RGB… in TEST_F() 145 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 6, 0, 0, pixel_6_width, pixel_6_height, GL_COMPRESSED_RGB… in TEST_F() 146 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 7, 0, 0, pixel_7_width, pixel_7_height, GL_COMPRESSED_RGB… in TEST_F() 147 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 8, 0, 0, pixel_8_width, pixel_8_height, GL_COMPRESSED_RGB… in TEST_F() 148 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 9, 0, 0, pixel_9_width, pixel_9_height, GL_COMPRESSED_RGB… in TEST_F()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 1982 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2009 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2035 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2061 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2065 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2069 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2073 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2077 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2081 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init() 2108 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 1763 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init() 1774 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init() 1779 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init() 1784 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init() 1789 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init() 1791 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init() 1793 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init() 1810 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init() 1817 glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init() 1836 …glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_… in init() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 26 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 1784 ctx.glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d() 1795 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d() 1800 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d() 1805 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d() 1810 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d() 1812 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d() 1814 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d() 1832 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level() 1839 ctx.glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level() 1859 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_E… in compressedtexsubimage2d_max_level() [all …]
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 52 return (GrGLFuncPtr) glCompressedTexSubImage2D; in android_get_gl_proc() 246 return (GrGLFuncPtr) glCompressedTexSubImage2D; in android_get_gl_proc()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 25 glCompressedTexSubImage2D @23
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 34 functions->fCompressedTexSubImage2D = glCompressedTexSubImage2D; in GrGLCreateNativeInterface()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 26 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
|
D | glwInitES30Direct.inl | 26 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
|
D | glwInitES20.inl | 26 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
|
D | glwInitES30.inl | 26 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-4.0 | 59 glCompressedTexSubImage2D
|
/external/mesa3d/docs/ |
D | RELNOTES-4.0 | 59 glCompressedTexSubImage2D
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 47 functions->fCompressedTexSubImage2D = glCompressedTexSubImage2D; in create_es_interface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 38 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D) macro
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 512 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D) macro 661 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 493 glCompressedTexSubImage2D
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 493 glCompressedTexSubImage2D
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 146 public void glCompressedTexSubImage2D(int target, int level, in glCompressedTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL 149 ((GL10)mGL).glCompressedTexSubImage2D( target, level, in glCompressedTexSubImage2D()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 167 o glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei widt…
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 70 …void glCompressedTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid…
|
/external/chromium_org/third_party/angle/include/GLES2/ |
D | gl2.h | 495 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…
|
/external/mesa3d/include/GLES/ |
D | gl.h | 651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint…
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 496 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…
|