Searched defs:glFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.h56 GLenum glFormat; member in struct:DrvAllocation
63 int glFormat; member in struct:DrvAllocation
/frameworks/base/libs/hwui/
H A DTexture.cpp29 static int bytesPerPixel(GLint glFormat) { argument
30 switch (glFormat) {
43 LOG_ALWAYS_FATAL("UNKNOWN FORMAT %d", glFormat);

Completed in 27 milliseconds