/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 99 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 116 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, in main() 117 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8); in main()
|
/frameworks/base/libs/hwui/ |
D | HardwareBitmapUploader.cpp | 336 formatInfo.format = GL_LUMINANCE; in determineFormat()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 115 int GL_LUMINANCE = 0x1909; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 114 int GL_LUMINANCE = 0x1909;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 117 public static final int GL_LUMINANCE = 0x1909; field in GLES10
|
D | GLES20.java | 160 public static final int GL_LUMINANCE = 0x1909; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 199 case GL_LUMINANCE: fi = 3; break; in convertGLPixelFormat() 1337 case GL_LUMINANCE: in glCopyTexImage2D() 1355 case GL_LUMINANCE: in glCopyTexImage2D()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 322 #define GL_LUMINANCE 0x1909 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 117 public static final int GL_LUMINANCE = 0x1909;
|
D | GLES20Header.java-if | 160 public static final int GL_LUMINANCE = 0x1909;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 290 #define GL_LUMINANCE 0x1909 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 214 #define GL_LUMINANCE 0x1909 macro
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 75 case RS_KIND_PIXEL_L: return GL_LUMINANCE; in rsdKindToGLFormat()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 214 #define GL_LUMINANCE 0x1909 macro
|
D | gl31.h | 216 #define GL_LUMINANCE 0x1909 macro
|
D | gl32.h | 216 #define GL_LUMINANCE 0x1909 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 208 GL_ENUM(0x1909,GL_LUMINANCE)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19098 field public static final int GL_LUMINANCE = 6409; // 0x1909 19998 field public static final int GL_LUMINANCE = 6409; // 0x1909 52020 field public static final int GL_LUMINANCE = 6409; // 0x1909
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31775 field public static final int GL_LUMINANCE = 6409; // 0x1909 32675 field public static final int GL_LUMINANCE = 6409; // 0x1909 76282 field public static final int GL_LUMINANCE = 6409; // 0x1909
|
/frameworks/base/api/ |
D | current.txt | 31919 field public static final int GL_LUMINANCE = 6409; // 0x1909 32819 field public static final int GL_LUMINANCE = 6409; // 0x1909 76426 field public static final int GL_LUMINANCE = 6409; // 0x1909
|