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

  /frameworks/base/libs/hwui/debug/
wrap_gles.cpp 65 #define CALL_GL_API_RETURN(x, ...) auto ret = x(__VA_ARGS__);\
85 CALL_GL_API_RETURN(glGetString, name);
88 CALL_GL_API_RETURN(glGetStringi, name, index);
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 37 #undef CALL_GL_API_RETURN
190 #define CALL_GL_API_RETURN(_api, ...) \
205 #undef CALL_GL_API_RETURN
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 93 #undef CALL_GL_API_RETURN
246 #define CALL_GL_API_RETURN(_api, ...) \
260 #undef CALL_GL_API_RETURN

Completed in 358 milliseconds