HomeSort by relevance Sort by last modified time
    Searched refs:GL_LUMINANCE_ALPHA (Results 26 - 50 of 256) sorted by null

12 3 4 5 6 7 8 91011

  /external/deqp/framework/opengl/
gluStrUtil.inl 808 case GL_LUMINANCE_ALPHA: return "GL_LUMINANCE_ALPHA"
    [all...]
gluTextureUtil.cpp 75 case TextureFormat::LA: format = GL_LUMINANCE_ALPHA; break;
442 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, mapGLChannelType(dataType, true));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]);
es2fTextureFormatTests.cpp 637 { "la88", GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE },
  /frameworks/native/opengl/libagl/
texture.cpp 188 0, 0, 0 }, // GL_LUMINANCE_ALPHA
200 case GL_LUMINANCE_ALPHA: fi = 4; break;
218 if (format<GL_ALPHA || format>GL_LUMINANCE_ALPHA) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 95 if (format == GL_LUMINANCE || format == GL_LUMINANCE_ALPHA || format == GL_ALPHA || format == GL_BGRA)
123 if (format == GL_LUMINANCE || format == GL_LUMINANCE_ALPHA || format == GL_ALPHA || format == GL_BGRA)
151 if (format == GL_LUMINANCE || format == GL_LUMINANCE_ALPHA || format == GL_ALPHA || format == GL_BGRA)
315 if (texFormat == GL_LUMINANCE || texFormat == GL_LUMINANCE_ALPHA || texFormat == GL_ALPHA || texFormat == GL_BGRA)
468 const bool isLuminanceOrAlpha = (format == GL_LUMINANCE || format == GL_ALPHA || format == GL_LUMINANCE_ALPHA); // special case for luminance/alpha
    [all...]
es31fTextureFormatTests.cpp 415 { "luminance_alpha", GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE },
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 516 { "luminance-alpha_ubyte", GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE },
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 49 if (format == LuminanceAlpha) return GL20.GL_LUMINANCE_ALPHA;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 162 public static final int GL_LUMINANCE_ALPHA = 0x190A;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 432 case GL_LUMINANCE_ALPHA:
  /external/mesa3d/src/mesa/main/
debug.c 574 else if (format == GL_LUMINANCE_ALPHA && type == GL_UNSIGNED_BYTE) {
framebuffer.c 777 case GL_LUMINANCE_ALPHA:
texformat.c 178 case GL_LUMINANCE_ALPHA:
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 118 public static final int GL_LUMINANCE_ALPHA = 0x190A;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 116 int GL_LUMINANCE_ALPHA = 0x190A;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 209 #define GL_LUMINANCE_ALPHA 0x190A
  /development/ndk/platforms/android-4/include/GLES/
gl.h 366 #define GL_LUMINANCE_ALPHA 0x190A
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 250 #define GL_LUMINANCE_ALPHA 0x190A
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 366 #define GL_LUMINANCE_ALPHA 0x190A
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 209 #define GL_LUMINANCE_ALPHA 0x190A
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 292 #define GL_LUMINANCE_ALPHA 0x190A
  /external/mesa3d/include/GLES/
gl.h 366 #define GL_LUMINANCE_ALPHA 0x190A
    [all...]

Completed in 978 milliseconds

12 3 4 5 6 7 8 91011