Searched defs:hooks (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degldefs.h20 #include "hooks.h"
42 gl_hooks_t * hooks[2]; member in struct:android::egl_connection_t
H A Degl.cpp41 #include "hooks.h"
303 cnx->hooks[egl_connection_t::GLESv1_INDEX] =
305 cnx->hooks[egl_connection_t::GLESv2_INDEX] =
349 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; local
350 if (hooks) return hooks;
361 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey)); local
362 if (hooks) return hooks;
369 // GL / EGL hooks
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h24 #include "hooks.h"
67 gl_hooks_t *hooks; member in class:android::gltrace::GLTraceContext
H A Dgltrace_eglapi.cpp22 #include "hooks.h"
141 void GLTrace_eglMakeCurrent(const unsigned version, gl_hooks_t *hooks, EGLContext c) { argument
144 traceContext->hooks = hooks;

Completed in 627 milliseconds