HomeSort by relevance Sort by last modified time
    Searched refs:_ogles_error (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
state.h 35 void _ogles_error(ogles_context_t* c, GLenum error);
45 _ogles_error(c, error); \
48 #define ogles_error(c, error) _ogles_error((c), (error))
state.cpp 117 void _ogles_error(ogles_context_t* c, GLenum error) function in namespace:android

Completed in 46 milliseconds