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

/frameworks/rs/driver/
H A DrsdAllocation.h51 GLenum glFormat; member in struct:DrvAllocation
55 int glFormat; member in struct:DrvAllocation
/frameworks/base/libs/hwui/
H A DTexture.cpp33 static int bytesPerPixel(GLint glFormat) { argument
34 switch (glFormat) {
50 LOG_ALWAYS_FATAL("UNKNOWN FORMAT 0x%x", glFormat);

Completed in 57 milliseconds