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

  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
129 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
  /frameworks/native/opengl/libs/
hooks.h 86 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() {
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 150 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
178 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
  /frameworks/native/opengl/libagl/
context.h 583 inline ogles_context_t* getGlThreadSpecific() {
591 inline ogles_context_t* getGlThreadSpecific() {
631 return getGlThreadSpecific();
egl.cpp     [all...]

Completed in 142 milliseconds