Searched refs:GL_LUMINANCE_ALPHA (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp128 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE_ALPHA,
129 4, 4, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, t16);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if118 public static final int GL_LUMINANCE_ALPHA = 0x190A;
H A DGLES20Header.java-if159 public static final int GL_LUMINANCE_ALPHA = 0x190A;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp195 0, 0, 0 }, // GL_LUMINANCE_ALPHA
207 case GL_LUMINANCE_ALPHA: fi = 4; break;
225 if (format<GL_ALPHA || format>GL_LUMINANCE_ALPHA) {
1323 if (internalformat<GL_ALPHA || internalformat>GL_LUMINANCE_ALPHA) {
1349 case GL_LUMINANCE_ALPHA:
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java118 public static final int GL_LUMINANCE_ALPHA = 0x190A; field in class:GLES10
H A DGLES20.java159 public static final int GL_LUMINANCE_ALPHA = 0x190A; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java116 int GL_LUMINANCE_ALPHA = 0x190A; field in interface:GL10
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp583 if (format == GL_LUMINANCE_ALPHA)
/frameworks/native/opengl/include/GLES/
H A Dgl.h366 #define GL_LUMINANCE_ALPHA 0x190A macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h209 #define GL_LUMINANCE_ALPHA 0x190A macro
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp93 case GL_LUMINANCE_ALPHA:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h323 #define GL_LUMINANCE_ALPHA 0x190A macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h209 #define GL_LUMINANCE_ALPHA 0x190A macro
H A Dgl31.h209 #define GL_LUMINANCE_ALPHA 0x190A macro
/frameworks/rs/driver/
H A DrsdAllocation.cpp82 case RS_KIND_PIXEL_LA: return GL_LUMINANCE_ALPHA;

Completed in 121 milliseconds