Home
last modified time | relevance | path

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

/frameworks/base/opengl/libagl/
DTextureObjectManager.cpp164 int format, int compressedFormat, int bpr) in reallocate() argument
186 surface.compressedFormat = compressedFormat; in reallocate()
218 mipmap.compressedFormat = compressedFormat; in reallocate()
DTextureObjectManager.h56 int format, int compressedFormat, int bpr);
Dtexture.cpp365 GLenum compressedFormat = 0) in createTextureSurface() argument
388 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
399 width, height, stride, formatIdx, compressedFormat, bpr); in createTextureSurface()
1212 userSurface.compressedFormat = 0; in glTexImage2D()
1295 userSurface.compressedFormat = 0; in glTexSubImage2D()
1533 userSurface.compressedFormat = 0; in glReadPixels()
Dmipmap.cpp48 base->format, base->compressedFormat, bpr) != NO_ERROR) { in buildAPyramid()
/frameworks/base/include/ui/egl/
Dandroid_natives.h40 uint32_t compressedFormat; member