Searched refs:ogles_error (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 233 ogles_error(c, error); in validFormatType() 613 ogles_error(c, GL_OUT_OF_MEMORY); in generateMipmap() 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() 872 ogles_error(c, GL_OUT_OF_MEMORY); in glBindTexture() 884 ogles_error(c, GL_INVALID_VALUE); in glGenTextures() 895 ogles_error(c, GL_INVALID_VALUE); in glDeleteTextures() 920 ogles_error(c, GL_INVALID_ENUM); in glMultiTexCoord4f() [all …]
|
D | state.cpp | 207 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 …]
|
D | light.cpp | 455 ogles_error(c, GL_INVALID_ENUM); in lightModelx() 465 ogles_error(c, GL_INVALID_ENUM); in lightx() 473 ogles_error(c, GL_INVALID_VALUE); in lightx() 480 ogles_error(c, GL_INVALID_VALUE); in lightx() 489 ogles_error(c, GL_INVALID_VALUE); in lightx() 496 ogles_error(c, GL_INVALID_VALUE); in lightx() 503 ogles_error(c, GL_INVALID_VALUE); 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() [all …]
|
D | state.h | 42 #define ogles_error(c, error) \ macro 48 #define ogles_error(c, error) _ogles_error((c), (error)) macro
|
D | array.cpp | 121 ogles_error(c, GL_OUT_OF_MEMORY); in ogles_init_array() 442 ogles_error(c, GL_INVALID_ENUM); in enableDisableClientState() 1242 ogles_error(c, GL_INVALID_VALUE); in glVertexPointer() 1252 ogles_error(c, GL_INVALID_ENUM); in glVertexPointer() 1263 ogles_error(c, GL_INVALID_VALUE); in glColorPointer() 1272 ogles_error(c, GL_INVALID_ENUM); in glColorPointer() 1283 ogles_error(c, GL_INVALID_VALUE); in glNormalPointer() 1293 ogles_error(c, GL_INVALID_ENUM); in glNormalPointer() 1304 ogles_error(c, GL_INVALID_VALUE); in glTexCoordPointer() 1314 ogles_error(c, GL_INVALID_ENUM); in glTexCoordPointer() [all …]
|
D | matrix.cpp | 654 ogles_error(c, GL_INVALID_VALUE); in ogles_scissor() 673 ogles_error(c, GL_INVALID_VALUE); in ogles_viewport() 811 ogles_error(c, GL_INVALID_VALUE); in frustumf() 851 ogles_error(c, GL_INVALID_VALUE); in orthof() 913 ogles_error(c, GL_INVALID_ENUM); in glMatrixMode() 966 ogles_error(c, err); in glPopMatrix() 977 ogles_error(c, err); in glPushMatrix()
|
D | vertex.cpp | 168 ogles_error(c, GL_INVALID_ENUM); in clipPlanex()
|