/external/deqp/modules/gles2/functional/ |
D | es2fNegativeTextureApiTests.cpp | 151 glCompressedTexImage2D(0, 0, compressedFormats[0], 0, 0, 0, 0, 0); in init() 159 glCompressedTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 0, 0); in init() 166 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 168 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 170 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 172 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 174 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 176 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 199 …glCompressedTexImage2D(GL_TEXTURE_2D, -1, compressedFormats[firstNonPalettedFormatNdx], 0, 0, 0, 0… in init() 224 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, compressedFormats[firstNonPalettedForma… in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 192 glCompressedTexImage2D(0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 194 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in init() 201 glCompressedTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 0, 0); in init() 203 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 0, 0, 0); in init() 205 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, 0, 0, 0, 0, 0); in init() 207 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 209 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in init() 211 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init() 213 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 0, 0, 0); in init() 215 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 | 184 ctx.glCompressedTexImage2D(0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_target() 186 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_target() 194 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 196 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 198 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 200 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 202 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 204 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 206 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format() 208 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 | 27 { "glCompressedTexImage2D", (deFunctionPtr)glCompressedTexImage2D },
|
D | egluStaticES30Library.inl | 40 { "glCompressedTexImage2D", (deFunctionPtr)glCompressedTexImage2D },
|
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 35 glCompressedTexImage2D
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 55 glCompressedTexImage2D;
|
D | libGLES_CM.def | 54 glCompressedTexImage2D @42
|
D | libGLES_CM.hpp | 72 …void (*glCompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, G… member in LibGLES_CMexports
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 44 glCompressedTexImage2D
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 24 glCompressedTexImage2D @22
|
D | libGLESv2.lds | 25 glCompressedTexImage2D;
|
/external/skqp/src/gpu/gl/android/ |
D | GrGLMakeNativeInterface_android.cpp | 54 return (GrGLFuncPtr) glCompressedTexImage2D; in android_get_gl_proc()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLMakeNativeInterface_android.cpp | 54 return (GrGLFuncPtr) glCompressedTexImage2D; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 27 gl->compressedTexImage2D = &glCompressedTexImage2D;
|
D | glwInitES30Direct.inl | 40 gl->compressedTexImage2D = &glCompressedTexImage2D;
|
D | glwInitES20.inl | 27 gl->compressedTexImage2D = (glCompressedTexImage2DFunc) loader->get("glCompressedTexImage2D"…
|
D | glwInitES31Direct.inl | 44 gl->compressedTexImage2D = &glCompressedTexImage2D;
|
D | glwInitES32Direct.inl | 50 gl->compressedTexImage2D = &glCompressedTexImage2D;
|
/external/mesa3d/docs/relnotes/ |
D | 4.0 | 56 glCompressedTexImage2D
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 864 …glCompressedTexImage2D(eTextureTarget, uiMIPLevel - nLoadFromLevel, eTextureInternalFormat, u32MIP… in PVRTTextureLoadFromPointer() 926 …glCompressedTexImage2D(eTextureTarget, uiMIPLevel - nLoadFromLevel, eTextureInternalFormat, u32MIP… in PVRTTextureLoadFromPointer()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 1220 …glCompressedTexImage2D(eTextureTarget,uiMIPLevel-nLoadFromLevel,eTextureInternalFormat,u32MIPWidth… in PVRTTextureLoadFromPointer() 1300 …glCompressedTexImage2D(eTextureTarget,uiMIPLevel-nLoadFromLevel,eTextureInternalFormat,u32MIPWidth… in PVRTTextureLoadFromPointer()
|
/external/swiftshader/tests/unittests/ |
D | unittests.cpp | 379 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 128, data); in TEST_F() 387 …glCompressedTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 1… in TEST_F()
|
/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/modules/egl/ |
D | teglGetProcAddressTests.inl | 69 "glCompressedTexImage2D", 216 "glCompressedTexImage2D",
|