Searched refs:GL_ALPHA (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DDither.cpp67 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, DITHER_KERNEL_SIZE, DITHER_KERNEL_SIZE, 0,
68 GL_ALPHA, GL_UNSIGNED_BYTE, &pattern);
H A DPixelBuffer.h158 * GL_ALPHA
163 case GL_ALPHA:
175 * GL_ALPHA
180 case GL_ALPHA:
193 * The format must be GL_ALPHA or GL_RGBA.
H A DCaches.cpp198 const uint32_t sizeA8 = fontRenderer.getFontRendererSize(GL_ALPHA);
216 total += fontRenderer.getFontRendererSize(GL_ALPHA);
H A DTextDropShadowCache.cpp183 texture->upload(GL_ALPHA, shadow.width, shadow.height,
184 GL_ALPHA, GL_UNSIGNED_BYTE, shadow.image);
H A DTexture.cpp34 case GL_ALPHA:
178 *outFormat = GL_ALPHA;
H A DReadback.cpp64 format = GL_ALPHA;
H A DFontRenderer.cpp61 if (texture.getFormat() == GL_ALPHA) {
409 GL_ALPHA, true));
411 GL_ALPHA, false));
413 GL_ALPHA, false));
415 GL_ALPHA, false));
752 case GL_ALPHA: {
H A DLayerRenderer.cpp380 format = GL_ALPHA;
/frameworks/base/libs/hwui/renderstate/
H A DTextureState.cpp81 mShadowLutTexture->upload(GL_ALPHA, SHADOW_LUT_SIZE, 1, GL_ALPHA, GL_UNSIGNED_BYTE, &bytes);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp455 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, DITHER_KERNEL_SIZE,
456 DITHER_KERNEL_SIZE, 0, GL_ALPHA, GL_UNSIGNED_BYTE, &pattern);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp219 if (mFormat != GL_ALPHA) {
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if28 public static final int GL_ALPHA = 0x1906;
H A DGLES20Header.java-if155 public static final int GL_ALPHA = 0x1906;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp184 0, 0, 0 }, // GL_ALPHA
203 case GL_ALPHA: fi = 0; break;
225 if (format<GL_ALPHA || format>GL_LUMINANCE_ALPHA) {
1323 if (internalformat<GL_ALPHA || internalformat>GL_LUMINANCE_ALPHA) {
1348 case GL_ALPHA:
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp133 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, w, h, 0, GL_ALPHA,
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java28 public static final int GL_ALPHA = 0x1906; field in class:GLES10
H A DGLES20.java155 public static final int GL_ALPHA = 0x1906; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java26 int GL_ALPHA = 0x1906; field in interface:GL10
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp678 return GL_ALPHA;
/frameworks/native/opengl/include/GLES/
H A Dgl.h362 #define GL_ALPHA 0x1906 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h319 #define GL_ALPHA 0x1906 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h213 #define GL_ALPHA 0x1906 macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp80 case RS_KIND_PIXEL_A: return GL_ALPHA;
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h213 #define GL_ALPHA 0x1906 macro
H A Dgl31.h213 #define GL_ALPHA 0x1906 macro

Completed in 238 milliseconds

12