Searched refs:GL_SRGB8_ALPHA8 (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DCaches.h133 * this function returns GL_SRGB8_ALPHA8, otherwise it returns GL_RGBA
136 return extensions().hasLinearBlending() && needSRGB ? GL_SRGB8_ALPHA8 : GL_RGBA;
H A DTexture.cpp44 case GL_SRGB8_ALPHA8:
341 internalFormat = GL_SRGB8_ALPHA8;
397 if (mConnector.get() != nullptr && mInternalFormat != GL_SRGB8_ALPHA8) {
H A DGradientCache.cpp263 GLint internalFormat = mHasLinearBlending ? GL_SRGB8_ALPHA8 : GL_RGBA;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES30Header.java-if103 public static final int GL_SRGB8_ALPHA8 = 0x8C43;
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp102 case GL_SRGB8_ALPHA8:
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java103 public static final int GL_SRGB8_ALPHA8 = 0x8C43; field in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h754 #define GL_SRGB8_ALPHA8 0x8C43 macro
H A Dgl31.h754 #define GL_SRGB8_ALPHA8 0x8C43 macro
H A Dgl32.h754 #define GL_SRGB8_ALPHA8 0x8C43 macro

Completed in 469 milliseconds