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

/frameworks/base/opengl/libagl/
H A Dstate.h42 #define ogles_error(c, error) \ macro
44 printf("ogles_error at file %s line %d\n", __FILE__, __LINE__); \
48 #define ogles_error(c, error) _ogles_error((c), (error)) macro
H A Dtexture.cpp241 ogles_error(c, error);
625 ogles_error(c, GL_OUT_OF_MEMORY);
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);
884 ogles_error(c, GL_OUT_OF_MEMORY);
896 ogles_error(c, GL_INVALID_VALUE);
907 ogles_error(c, GL_INVALID_VALUE);
932 ogles_error(
[all...]
H A Dstate.cpp206 ogles_error(c, GL_INVALID_ENUM);
228 ogles_error(c, GL_INVALID_ENUM);
241 ogles_error(c, GL_INVALID_ENUM);
262 ogles_error(c, GL_INVALID_ENUM);
275 ogles_error(c, GL_INVALID_ENUM);
297 ogles_error(c, GL_INVALID_ENUM);
351 ogles_error(c, GL_INVALID_ENUM);
477 ogles_error(c, GL_INVALID_ENUM);
488 ogles_error(c, GL_INVALID_ENUM);
498 ogles_error(
[all...]
H A Darray.cpp121 ogles_error(c, GL_OUT_OF_MEMORY);
440 ogles_error(c, GL_INVALID_ENUM);
1240 ogles_error(c, GL_INVALID_VALUE);
1250 ogles_error(c, GL_INVALID_ENUM);
1261 ogles_error(c, GL_INVALID_VALUE);
1270 ogles_error(c, GL_INVALID_ENUM);
1281 ogles_error(c, GL_INVALID_VALUE);
1291 ogles_error(c, GL_INVALID_ENUM);
1302 ogles_error(c, GL_INVALID_VALUE);
1312 ogles_error(
[all...]
H A Dlight.cpp448 ogles_error(c, GL_INVALID_ENUM);
458 ogles_error(c, GL_INVALID_ENUM);
467 ogles_error(c, GL_INVALID_VALUE);
474 ogles_error(c, GL_INVALID_VALUE);
483 ogles_error(c, GL_INVALID_VALUE);
490 ogles_error(c, GL_INVALID_VALUE);
497 ogles_error(c, GL_INVALID_VALUE);
503 ogles_error(c, GL_INVALID_ENUM);
512 ogles_error(c, GL_INVALID_ENUM);
561 ogles_error(
[all...]
H A Dmatrix.cpp665 ogles_error(c, GL_INVALID_VALUE);
684 ogles_error(c, GL_INVALID_VALUE);
822 ogles_error(c, GL_INVALID_VALUE);
862 ogles_error(c, GL_INVALID_VALUE);
924 ogles_error(c, GL_INVALID_ENUM);
977 ogles_error(c, err);
988 ogles_error(c, err);
H A Dvertex.cpp168 ogles_error(c, GL_INVALID_ENUM);

Completed in 76 milliseconds