HomeSort by relevance Sort by last modified time
    Searched refs:GL_LUMINANCE (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/opengl/tests/textures/
textures.cpp 104 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8);
  /frameworks/base/services/surfaceflinger/
TextureManager.cpp 267 GL_LUMINANCE, texture->potWidth, texture->potHeight, 0,
268 GL_LUMINANCE, GL_UNSIGNED_BYTE, data);
296 GL_LUMINANCE, GL_UNSIGNED_BYTE,
  /frameworks/base/libs/rs/
rsComponent.cpp 181 case RS_KIND_PIXEL_L: return GL_LUMINANCE;
  /frameworks/base/opengl/tests/filter/
filter.cpp 114 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE,
115 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8);
  /external/quake/quake/src/QW/client/
gl_rsurf.c 204 case GL_LUMINANCE:
387 if (gl_lightmap_format == GL_LUMINANCE)
699 if (gl_lightmap_format == GL_LUMINANCE)
768 if (gl_lightmap_format == GL_LUMINANCE)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 205 case GL_LUMINANCE:
383 if (gl_lightmap_format == GL_LUMINANCE)
775 if (gl_lightmap_format == GL_LUMINANCE)
838 if (gl_lightmap_format == GL_LUMINANCE)
    [all...]
  /frameworks/base/opengl/libagl/
texture.cpp 194 0, 0, 0 }, // GL_LUMINANCE
207 case GL_LUMINANCE: fi = 3; break;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 117 public static final int GL_LUMINANCE = 0x1909;
    [all...]
GLES20.java 158 public static final int GL_LUMINANCE = 0x1909;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 115 int GL_LUMINANCE = 0x1909;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 364 #define GL_LUMINANCE 0x1909
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 248 #define GL_LUMINANCE 0x1909
  /frameworks/base/opengl/include/GLES/
gl.h 365 #define GL_LUMINANCE 0x1909
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 249 #define GL_LUMINANCE 0x1909
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 322 #define GL_LUMINANCE 0x1909
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 364 #define GL_LUMINANCE 0x1909
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 364 #define GL_LUMINANCE 0x1909
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 248 #define GL_LUMINANCE 0x1909
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 364 #define GL_LUMINANCE 0x1909
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 248 #define GL_LUMINANCE 0x1909
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 364 #define GL_LUMINANCE 0x1909
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 248 #define GL_LUMINANCE 0x1909
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 364 #define GL_LUMINANCE 0x1909
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 248 #define GL_LUMINANCE 0x1909
  /prebuilt/sdk/4/
android.jar 

Completed in 606 milliseconds

1 2