Searched refs:outInternalFormat (Results 1 – 2 of 2) sorted by relevance
196 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) { in colorTypeToGlFormatAndType() argument200 *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()
55 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType);