/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 441 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, DITHER_KERNEL_SIZE, in getDitherTexture() 442 DITHER_KERNEL_SIZE, 0, GL_ALPHA, GL_UNSIGNED_BYTE, &pattern); in getDitherTexture()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 196 case GL_ALPHA: fi = 0; break; in convertGLPixelFormat() 218 if (format<GL_ALPHA || format>GL_LUMINANCE_ALPHA) { in validFormatType() 1310 if (internalformat<GL_ALPHA || internalformat>GL_LUMINANCE_ALPHA) { in glCopyTexImage2D() 1335 case GL_ALPHA: in glCopyTexImage2D()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 26 int GL_ALPHA = 0x1906; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 25 int GL_ALPHA = 0x1906;
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 638 internalformat == GL_ALPHA) ? 0 : -1; in checkInternalFormat() 673 return GL_ALPHA; in getInternalFormat()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 28 public static final int GL_ALPHA = 0x1906; field in GLES10
|
D | GLES20.java | 157 public static final int GL_ALPHA = 0x1906; field in GLES20
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 193 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, w, h, 0, GL_ALPHA, in initTexture()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 319 #define GL_ALPHA 0x1906 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 28 public static final int GL_ALPHA = 0x1906;
|
D | GLES20Header.java-if | 157 public static final int GL_ALPHA = 0x1906;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 287 #define GL_ALPHA 0x1906 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 211 #define GL_ALPHA 0x1906 macro
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 76 case RS_KIND_PIXEL_A: return GL_ALPHA; in rsdKindToGLFormat()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 211 #define GL_ALPHA 0x1906 macro
|
D | gl31.h | 213 #define GL_ALPHA 0x1906 macro
|
D | gl32.h | 213 #define GL_ALPHA 0x1906 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 205 GL_ENUM(0x1906,GL_ALPHA)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19009 field public static final int GL_ALPHA = 6406; // 0x1906 19876 field public static final int GL_ALPHA = 6406; // 0x1906 51931 field public static final int GL_ALPHA = 6406; // 0x1906
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31686 field public static final int GL_ALPHA = 6406; // 0x1906 32553 field public static final int GL_ALPHA = 6406; // 0x1906 76193 field public static final int GL_ALPHA = 6406; // 0x1906
|
/frameworks/base/api/ |
D | current.txt | 31830 field public static final int GL_ALPHA = 6406; // 0x1906 32697 field public static final int GL_ALPHA = 6406; // 0x1906 76337 field public static final int GL_ALPHA = 6406; // 0x1906
|