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

1 2 3 4 5

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 57 #define GL_STACK_OVERFLOW 0x0503
  /external/mesa3d/src/glx/
clientattrib.c 92 __glXSetError(gc, GL_STACK_OVERFLOW);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 45 case GL10.GL_STACK_OVERFLOW:
GLES32.java 39 public static final int GL_STACK_OVERFLOW = 0x0503;
    [all...]
GLES10.java 199 public static final int GL_STACK_OVERFLOW = 0x0503;
    [all...]
  /external/mesa3d/src/mesa/main/
matrix.c 253 _mesa_error(ctx, GL_STACK_OVERFLOW,
258 _mesa_error(ctx, GL_STACK_OVERFLOW, "glPushMatrix(mode=%s)",
feedback.c 362 _mesa_error( ctx, GL_STACK_OVERFLOW, "glPushName" );
attrib.c 218 _mesa_error( ctx, GL_STACK_OVERFLOW, "glPushAttrib" );
    [all...]
errors.c 866 case GL_STACK_OVERFLOW:
867 return "GL_STACK_OVERFLOW";
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES32Header.java-if 39 public static final int GL_STACK_OVERFLOW = 0x0503;
GLES10Header.java-if 199 public static final int GL_STACK_OVERFLOW = 0x0503;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 197 int GL_STACK_OVERFLOW = 0x0503;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /external/mesa3d/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 196 #define GL_STACK_OVERFLOW 0x0503
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 78 { GL_STACK_OVERFLOW, "stack overflow" },
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/
gl.h 169 #define GL_STACK_OVERFLOW 0x0503
    [all...]

Completed in 580 milliseconds

1 2 3 4 5