/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | CompressedTextureTest.cpp | 84 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_0_width, pixel_0_… in TEST_F() 85 …glCompressedTexImage2D(GL_TEXTURE_2D, 1, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_1_width, pixel_1_… in TEST_F() 86 …glCompressedTexImage2D(GL_TEXTURE_2D, 2, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_2_width, pixel_2_… in TEST_F() 87 …glCompressedTexImage2D(GL_TEXTURE_2D, 3, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_3_width, pixel_3_… in TEST_F() 88 …glCompressedTexImage2D(GL_TEXTURE_2D, 4, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_4_width, pixel_4_… in TEST_F() 89 …glCompressedTexImage2D(GL_TEXTURE_2D, 5, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_5_width, pixel_5_… in TEST_F() 90 …glCompressedTexImage2D(GL_TEXTURE_2D, 6, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_6_width, pixel_6_… in TEST_F() 91 …glCompressedTexImage2D(GL_TEXTURE_2D, 7, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_7_width, pixel_7_… in TEST_F() 92 …glCompressedTexImage2D(GL_TEXTURE_2D, 8, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_8_width, pixel_8_… in TEST_F() 93 …glCompressedTexImage2D(GL_TEXTURE_2D, 9, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_9_width, pixel_9_… in TEST_F()
|
D | SwizzleTest.cpp | 112 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, width, height, 0, dataS… in init2DCompressedTexture()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 149 glCompressedTexImage2D(0, 0, compressedFormats[0], 0, 0, 0, 0, 0); in init() 157 glCompressedTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 0, 0); in init() 164 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 166 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 168 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 170 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 172 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 174 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 185 glCompressedTexImage2D(GL_TEXTURE_2D, -1, compressedFormats[0], 0, 0, 0, 0, 0); in init() 197 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, compressedFormats[0], 0, 0, 0, 0, 0); in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 154 glCompressedTexImage2D(0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 156 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 163 glCompressedTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 0, 0); in init() 165 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 0, 0, 0); in init() 167 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, 0, 0, 0, 0, 0); in init() 169 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 171 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 173 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 175 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 177 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 142 ctx.glCompressedTexImage2D(0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_target() 144 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_target() 152 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 154 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 156 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 158 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 160 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 162 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 164 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 166 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() [all …]
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 25 { "glCompressedTexImage2D", (deFunctionPtr)glCompressedTexImage2D },
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 50 return (GrGLFuncPtr) glCompressedTexImage2D; in android_get_gl_proc() 244 return (GrGLFuncPtr) glCompressedTexImage2D; in android_get_gl_proc()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 24 glCompressedTexImage2D @22
|
/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 41 functions->fCompressedTexImage2D = glCompressedTexImage2D; in CreateCommandBufferSkiaGLBinding()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 33 functions->fCompressedTexImage2D = glCompressedTexImage2D; in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | compressed_texture_test.cc | 70 glCompressedTexImage2D( in LoadCompressedTexture()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 25 gl->compressedTexImage2D = &glCompressedTexImage2D;
|
D | glwInitES30Direct.inl | 25 gl->compressedTexImage2D = &glCompressedTexImage2D;
|
D | glwInitES20.inl | 25 gl->compressedTexImage2D = (glCompressedTexImage2DFunc) loader->get("glCompressedTexImage2D"…
|
D | glwInitES30.inl | 25 gl->compressedTexImage2D = (glCompressedTexImage2DFunc) loader->get("glCompressedTexImage2D"…
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-4.0 | 56 glCompressedTexImage2D
|
/external/mesa3d/docs/ |
D | RELNOTES-4.0 | 56 glCompressedTexImage2D
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 46 functions->fCompressedTexImage2D = glCompressedTexImage2D; in create_es_interface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 37 #define glCompressedTexImage2D GLES2_GET_FUN(CompressedTexImage2D) macro
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 511 #define glCompressedTexImage2D GLES2_GET_FUN(CompressedTexImage2D) macro 660 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum inte…
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 490 glCompressedTexImage2D
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 490 glCompressedTexImage2D
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 138 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D() method in GLErrorLogger.ErrorLoggingGL 141 ((GL10)mGL).glCompressedTexImage2D(target, level, in glCompressedTexImage2D()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 166 o glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsize…
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 69 …void glCompressedTexImage2D (deUint32 target, int level, deUint32 internalformat, int width,…
|