Home
last modified time | relevance | path

Searched refs:glCompressedTexImage2D (Results 1 – 25 of 71) sorted by relevance

123

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp151 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()
199glCompressedTexImage2D(GL_TEXTURE_2D, -1, compressedFormats[firstNonPalettedFormatNdx], 0, 0, 0, 0… in init()
224glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, compressedFormats[firstNonPalettedForma… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp192 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/
Des31fNegativeTextureApiTests.cpp184 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/
DegluStaticES20Library.inl27 { "glCompressedTexImage2D", (deFunctionPtr)glCompressedTexImage2D },
DegluStaticES30Library.inl40 { "glCompressedTexImage2D", (deFunctionPtr)glCompressedTexImage2D },
/external/mesa3d/src/mapi/es1api/
DABI-check35 glCompressedTexImage2D
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds55 glCompressedTexImage2D;
DlibGLES_CM.def54 glCompressedTexImage2D @42
DlibGLES_CM.hpp72 …void (*glCompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, G… member in LibGLES_CMexports
/external/mesa3d/src/mapi/es2api/
DABI-check44 glCompressedTexImage2D
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def24 glCompressedTexImage2D @22
DlibGLESv2.lds25 glCompressedTexImage2D;
/external/skqp/src/gpu/gl/android/
DGrGLMakeNativeInterface_android.cpp54 return (GrGLFuncPtr) glCompressedTexImage2D; in android_get_gl_proc()
/external/skia/src/gpu/gl/android/
DGrGLMakeNativeInterface_android.cpp54 return (GrGLFuncPtr) glCompressedTexImage2D; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl27 gl->compressedTexImage2D = &glCompressedTexImage2D;
DglwInitES30Direct.inl40 gl->compressedTexImage2D = &glCompressedTexImage2D;
DglwInitES20.inl27 gl->compressedTexImage2D = (glCompressedTexImage2DFunc) loader->get("glCompressedTexImage2D"…
DglwInitES31Direct.inl44 gl->compressedTexImage2D = &glCompressedTexImage2D;
DglwInitES32Direct.inl50 gl->compressedTexImage2D = &glCompressedTexImage2D;
/external/mesa3d/docs/relnotes/
D4.056 glCompressedTexImage2D
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp864glCompressedTexImage2D(eTextureTarget, uiMIPLevel - nLoadFromLevel, eTextureInternalFormat, u32MIP… in PVRTTextureLoadFromPointer()
926glCompressedTexImage2D(eTextureTarget, uiMIPLevel - nLoadFromLevel, eTextureInternalFormat, u32MIP… in PVRTTextureLoadFromPointer()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp1220glCompressedTexImage2D(eTextureTarget,uiMIPLevel-nLoadFromLevel,eTextureInternalFormat,u32MIPWidth… in PVRTTextureLoadFromPointer()
1300glCompressedTexImage2D(eTextureTarget,uiMIPLevel-nLoadFromLevel,eTextureInternalFormat,u32MIPWidth… in PVRTTextureLoadFromPointer()
/external/swiftshader/tests/unittests/
Dunittests.cpp379 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 128, data); in TEST_F()
387glCompressedTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 1… in TEST_F()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java138 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/
DteglGetProcAddressTests.inl69 "glCompressedTexImage2D",
216 "glCompressedTexImage2D",

123