Home
last modified time | relevance | path

Searched refs:outInternalFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DTexture.cpp196 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) { in colorTypeToGlFormatAndType() argument
200 *outInternalFormat = GL_ALPHA; in colorTypeToGlFormatAndType()
208 *outInternalFormat = caches.rgbaInternalFormat(); in colorTypeToGlFormatAndType()
212 *outInternalFormat = GL_RGB; in colorTypeToGlFormatAndType()
221 *outInternalFormat = caches.rgbaInternalFormat(needSRGB); in colorTypeToGlFormatAndType()
226 *outInternalFormat = GL_LUMINANCE; in colorTypeToGlFormatAndType()
233 *outInternalFormat = GL_RGBA16F; in colorTypeToGlFormatAndType()
237 *outInternalFormat = caches.rgbaInternalFormat(true); in colorTypeToGlFormatAndType()
DTexture.h55 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType);