Searched refs:GL_LUMINANCE (Results 1 – 20 of 20) sorted by relevance
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 104 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 | 114 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, in main() 115 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8); in main()
|
/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 | 158 public static final int GL_LUMINANCE = 0x1909; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 206 case GL_LUMINANCE: fi = 3; break; in convertGLPixelFormat() 1350 case GL_LUMINANCE: in glCopyTexImage2D() 1368 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 | 116 public static final int GL_LUMINANCE = 0x1909;
|
D | GLES20Header.java-if | 157 public static final int GL_LUMINANCE = 0x1909;
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 64 case GL_LUMINANCE: in getBytesPerTexel()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 365 #define GL_LUMINANCE 0x1909 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 249 #define GL_LUMINANCE 0x1909 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 179 GL_ENUM(0x1909,GL_LUMINANCE)
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 69 case RS_KIND_PIXEL_L: return GL_LUMINANCE; in rsdKindToGLFormat()
|
/frameworks/base/api/ |
D | 14.txt | 13069 field public static final int GL_LUMINANCE = 6409; // 0x1909 13963 field public static final int GL_LUMINANCE = 6409; // 0x1909 39819 field public static final int GL_LUMINANCE = 6409; // 0x1909
|
D | 15.txt | 13108 field public static final int GL_LUMINANCE = 6409; // 0x1909 14006 field public static final int GL_LUMINANCE = 6409; // 0x1909 39974 field public static final int GL_LUMINANCE = 6409; // 0x1909
|
D | 16.txt | 14010 field public static final int GL_LUMINANCE = 6409; // 0x1909 14908 field public static final int GL_LUMINANCE = 6409; // 0x1909 41256 field public static final int GL_LUMINANCE = 6409; // 0x1909
|
D | 17.txt | 14396 field public static final int GL_LUMINANCE = 6409; // 0x1909 15299 field public static final int GL_LUMINANCE = 6409; // 0x1909 42120 field public static final int GL_LUMINANCE = 6409; // 0x1909
|
D | current.txt | 14396 field public static final int GL_LUMINANCE = 6409; // 0x1909 15299 field public static final int GL_LUMINANCE = 6409; // 0x1909 42120 field public static final int GL_LUMINANCE = 6409; // 0x1909
|