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"
309 cnx->hooks[egl_connection_t::GLESv1_INDEX] =
311 cnx->hooks[egl_connection_t::GLESv2_INDEX] =
355 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; local
356 if (hooks) return hooks;
367 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey)); local
368 if (hooks) return hooks;
375 // 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 424 milliseconds