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

1 2

  /frameworks/base/opengl/libagl/
state.cpp 203 ogles_error(c, GL_INVALID_ENUM);
225 ogles_error(c, GL_INVALID_ENUM);
238 ogles_error(c, GL_INVALID_ENUM);
259 ogles_error(c, GL_INVALID_ENUM);
272 ogles_error(c, GL_INVALID_ENUM);
294 ogles_error(c, GL_INVALID_ENUM);
348 ogles_error(c, GL_INVALID_ENUM);
474 ogles_error(c, GL_INVALID_ENUM);
485 ogles_error(c, GL_INVALID_ENUM);
495 ogles_error(c, GL_INVALID_ENUM);
    [all...]
texture.cpp 227 error = GL_INVALID_ENUM;
231 error = GL_INVALID_ENUM;
637 ogles_error(c, GL_INVALID_ENUM);
684 ogles_error(c, GL_INVALID_ENUM);
859 ogles_error(c, GL_INVALID_ENUM);
870 ogles_error(c, GL_INVALID_ENUM);
932 ogles_error(c, GL_INVALID_ENUM);
947 ogles_error(c, GL_INVALID_ENUM);
961 ogles_error(c, GL_INVALID_ENUM);
995 ogles_error(c, GL_INVALID_ENUM);
    [all...]
light.cpp 448 ogles_error(c, GL_INVALID_ENUM);
458 ogles_error(c, GL_INVALID_ENUM);
503 ogles_error(c, GL_INVALID_ENUM);
512 ogles_error(c, GL_INVALID_ENUM);
561 ogles_error(c, GL_INVALID_ENUM);
565 ogles_error(c, GL_INVALID_ENUM);
605 ogles_error(c, GL_INVALID_ENUM);
610 ogles_error(c, GL_INVALID_ENUM);
630 ogles_error(c, GL_INVALID_ENUM);
657 ogles_error(c, GL_INVALID_ENUM);
    [all...]
array.cpp 440 ogles_error(c, GL_INVALID_ENUM);
    [all...]
vertex.cpp 168 ogles_error(c, GL_INVALID_ENUM);
matrix.cpp 924 ogles_error(c, GL_INVALID_ENUM);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 39 case GL10.GL_INVALID_ENUM:
GLES10.java 90 public static final int GL_INVALID_ENUM = 0x0500;
    [all...]
GLES20.java 88 public static final int GL_INVALID_ENUM = 0x0500;
    [all...]
GLLogWrapper.java 257 case GL_INVALID_ENUM:
258 return "GL_INVALID_ENUM";
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 88 int GL_INVALID_ENUM = 0x0500;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 165 #define GL_INVALID_ENUM 0x0500
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 157 #define GL_INVALID_ENUM 0x0500
  /frameworks/base/opengl/include/GLES/
gl.h 166 #define GL_INVALID_ENUM 0x0500
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 158 #define GL_INVALID_ENUM 0x0500
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 193 #define GL_INVALID_ENUM 0x0500
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 165 #define GL_INVALID_ENUM 0x0500
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 165 #define GL_INVALID_ENUM 0x0500
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 157 #define GL_INVALID_ENUM 0x0500
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 165 #define GL_INVALID_ENUM 0x0500
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 157 #define GL_INVALID_ENUM 0x0500
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 165 #define GL_INVALID_ENUM 0x0500
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 157 #define GL_INVALID_ENUM 0x0500
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 165 #define GL_INVALID_ENUM 0x0500
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 157 #define GL_INVALID_ENUM 0x0500

Completed in 120 milliseconds

1 2