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 44 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
226 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
235 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
250 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
263 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
276 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
289 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 100 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
271 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
  /frameworks/native/opengl/libagl/
context.h 587 inline ogles_context_t* getGlThreadSpecific() {
595 inline ogles_context_t* getGlThreadSpecific() {
635 return getGlThreadSpecific();
egl.cpp     [all...]

Completed in 55 milliseconds