Home
last modified time | relevance | path

Searched refs:ogles_error (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dtexture.cpp240 ogles_error(c, error); in validFormatType()
624 ogles_error(c, GL_OUT_OF_MEMORY); in generateMipmap()
636 ogles_error(c, GL_INVALID_ENUM); in texParameterx()
683 ogles_error(c, GL_INVALID_ENUM); in texParameterx()
858 ogles_error(c, GL_INVALID_ENUM); in glActiveTexture()
869 ogles_error(c, GL_INVALID_ENUM); in glBindTexture()
883 ogles_error(c, GL_OUT_OF_MEMORY); in glBindTexture()
895 ogles_error(c, GL_INVALID_VALUE); in glGenTextures()
906 ogles_error(c, GL_INVALID_VALUE); in glDeleteTextures()
931 ogles_error(c, GL_INVALID_ENUM); in glMultiTexCoord4f()
[all …]
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 …]
Dlight.cpp455 ogles_error(c, GL_INVALID_ENUM); in lightModelx()
465 ogles_error(c, GL_INVALID_ENUM); in lightx()
474 ogles_error(c, GL_INVALID_VALUE); in lightx()
481 ogles_error(c, GL_INVALID_VALUE); in lightx()
490 ogles_error(c, GL_INVALID_VALUE); in lightx()
497 ogles_error(c, GL_INVALID_VALUE); in lightx()
504 ogles_error(c, GL_INVALID_VALUE); in lightx()
510 ogles_error(c, GL_INVALID_ENUM); in lightx()
519 ogles_error(c, GL_INVALID_ENUM); in lightxv()
568 ogles_error(c, GL_INVALID_ENUM); in materialx()
[all …]
Darray.cpp121 ogles_error(c, GL_OUT_OF_MEMORY); in ogles_init_array()
444 ogles_error(c, GL_INVALID_ENUM); in enableDisableClientState()
1244 ogles_error(c, GL_INVALID_VALUE); in glVertexPointer()
1254 ogles_error(c, GL_INVALID_ENUM); in glVertexPointer()
1265 ogles_error(c, GL_INVALID_VALUE); in glColorPointer()
1274 ogles_error(c, GL_INVALID_ENUM); in glColorPointer()
1285 ogles_error(c, GL_INVALID_VALUE); in glNormalPointer()
1295 ogles_error(c, GL_INVALID_ENUM); in glNormalPointer()
1306 ogles_error(c, GL_INVALID_VALUE); in glTexCoordPointer()
1316 ogles_error(c, GL_INVALID_ENUM); in glTexCoordPointer()
[all …]
Dstate.h42 #define ogles_error(c, error) \ macro
48 #define ogles_error(c, error) _ogles_error((c), (error)) macro
Dmatrix.cpp665 ogles_error(c, GL_INVALID_VALUE); in ogles_scissor()
684 ogles_error(c, GL_INVALID_VALUE); in ogles_viewport()
822 ogles_error(c, GL_INVALID_VALUE); in frustumf()
862 ogles_error(c, GL_INVALID_VALUE); in orthof()
924 ogles_error(c, GL_INVALID_ENUM); in glMatrixMode()
977 ogles_error(c, err); in glPopMatrix()
988 ogles_error(c, err); in glPushMatrix()
Dvertex.cpp168 ogles_error(c, GL_INVALID_ENUM); in clipPlanex()