Home
last modified time | relevance | path

Searched refs:GL_INVALID_ENUM (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/native/opengl/libagl/
Dstate.cpp207 ogles_error(c, GL_INVALID_ENUM); in enable_disable()
229 ogles_error(c, GL_INVALID_ENUM); in glStencilFunc()
242 ogles_error(c, GL_INVALID_ENUM); in glStencilOp()
263 ogles_error(c, GL_INVALID_ENUM); in glCullFace()
276 ogles_error(c, GL_INVALID_ENUM); in glFrontFace()
298 ogles_error(c, GL_INVALID_ENUM); in glHint()
352 ogles_error(c, GL_INVALID_ENUM); in glGetString()
478 ogles_error(c, GL_INVALID_ENUM); in glGetIntegerv()
489 ogles_error(c, GL_INVALID_ENUM); in glPointSize()
499 ogles_error(c, GL_INVALID_ENUM); in glPointSizex()
[all …]
Dtexture.cpp219 error = GL_INVALID_ENUM; in validFormatType()
223 error = GL_INVALID_ENUM; in validFormatType()
625 ogles_error(c, GL_INVALID_ENUM); in texParameterx()
672 ogles_error(c, GL_INVALID_ENUM); in texParameterx()
847 ogles_error(c, GL_INVALID_ENUM); in glActiveTexture()
858 ogles_error(c, GL_INVALID_ENUM); in glBindTexture()
920 ogles_error(c, GL_INVALID_ENUM); in glMultiTexCoord4f()
935 ogles_error(c, GL_INVALID_ENUM); in glMultiTexCoord4x()
949 ogles_error(c, GL_INVALID_ENUM); in glPixelStorei()
983 ogles_error(c, GL_INVALID_ENUM); in glTexEnvfv()
[all …]
Dlight.cpp455 ogles_error(c, GL_INVALID_ENUM); in lightModelx()
465 ogles_error(c, GL_INVALID_ENUM); in lightx()
509 ogles_error(c, GL_INVALID_ENUM); in lightx()
518 ogles_error(c, GL_INVALID_ENUM); in lightxv()
567 ogles_error(c, GL_INVALID_ENUM); in materialx()
571 ogles_error(c, GL_INVALID_ENUM); in materialx()
611 ogles_error(c, GL_INVALID_ENUM); in fogx()
616 ogles_error(c, GL_INVALID_ENUM); in fogx()
636 ogles_error(c, GL_INVALID_ENUM); in glShadeModel()
663 ogles_error(c, GL_INVALID_ENUM); in glLightModelfv()
[all …]
Darray.cpp442 ogles_error(c, GL_INVALID_ENUM); in enableDisableClientState()
1252 ogles_error(c, GL_INVALID_ENUM); in glVertexPointer()
1272 ogles_error(c, GL_INVALID_ENUM); in glColorPointer()
1293 ogles_error(c, GL_INVALID_ENUM); in glNormalPointer()
1314 ogles_error(c, GL_INVALID_ENUM); in glTexCoordPointer()
1337 ogles_error(c, GL_INVALID_ENUM); in glClientActiveTexture()
1360 ogles_error(c, GL_INVALID_ENUM); in glDrawArrays()
1405 ogles_error(c, GL_INVALID_ENUM); in glDrawElements()
1414 ogles_error(c, GL_INVALID_ENUM); in glDrawElements()
1456 ogles_error(c, GL_INVALID_ENUM); in glBindBuffer()
[all …]
Dvertex.cpp168 ogles_error(c, GL_INVALID_ENUM); in clipPlanex()
Dmatrix.cpp913 ogles_error(c, GL_INVALID_ENUM); in glMatrixMode()
/frameworks/base/libs/hwui/utils/
DGLUtils.cpp42 case GL_INVALID_ENUM: in dumpGLErrors()
/frameworks/base/libs/hwui/debug/
DGlesErrorCheckWrapper.cpp32 case GL_INVALID_ENUM: in assertNoErrors()
/frameworks/base/opengl/java/android/opengl/
DGLU.java39 case GL10.GL_INVALID_ENUM: in gluErrorString()
DGLES10.java90 public static final int GL_INVALID_ENUM = 0x0500; field in GLES10
DGLES20.java90 public static final int GL_INVALID_ENUM = 0x0500; field in GLES20
DGLLogWrapper.java257 case GL_INVALID_ENUM: in getErrorString()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java88 int GL_INVALID_ENUM = 0x0500; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if87 int GL_INVALID_ENUM = 0x0500;
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h193 #define GL_INVALID_ENUM 0x0500 macro
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10Header.java-if90 public static final int GL_INVALID_ENUM = 0x0500;
DGLES20Header.java-if90 public static final int GL_INVALID_ENUM = 0x0500;
/frameworks/native/opengl/include/GLES/
Dgl.h140 #define GL_INVALID_ENUM 0x0500 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h144 #define GL_INVALID_ENUM 0x0500 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h144 #define GL_INVALID_ENUM 0x0500 macro
Dgl31.h146 #define GL_INVALID_ENUM 0x0500 macro
Dgl32.h146 #define GL_INVALID_ENUM 0x0500 macro
/frameworks/native/opengl/libs/
Denums.in58 GL_ENUM(0x0500,GL_INVALID_ENUM)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19071 field public static final int GL_INVALID_ENUM = 1280; // 0x500
19980 field public static final int GL_INVALID_ENUM = 1280; // 0x500
51993 field public static final int GL_INVALID_ENUM = 1280; // 0x500
/frameworks/base/non-updatable-api/
Dcurrent.txt31748 field public static final int GL_INVALID_ENUM = 1280; // 0x500
32657 field public static final int GL_INVALID_ENUM = 1280; // 0x500
76255 field public static final int GL_INVALID_ENUM = 1280; // 0x500

12