Home
last modified time | relevance | path

Searched refs:compressedFormat (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp162 int format, int compressedFormat, int bpr) in reallocate() argument
184 surface.compressedFormat = compressedFormat; in reallocate()
216 mipmap.compressedFormat = compressedFormat; in reallocate()
DTextureObjectManager.h56 int format, int compressedFormat, int bpr);
Dtexture.cpp357 GLenum compressedFormat = 0) in createTextureSurface() argument
376 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
387 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
1199 userSurface.compressedFormat = 0; in glTexImage2D()
1281 userSurface.compressedFormat = 0; in glTexSubImage2D()
1519 userSurface.compressedFormat = 0; in glReadPixels()
Dmipmap.cpp48 base->format, base->compressedFormat, bpr) != NO_ERROR) { in buildAPyramid()
Degl.cpp70 uint32_t compressedFormat; member