Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/
Dhooks.h93 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific() local
94 return hooks; in getGlThreadSpecific()
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp319 const char* exts = (const char*)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
331 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
334 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
337 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
Degl.cpp136 cnx->hooks[egl_connection_t::GLESv1_INDEX] = &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()
137 cnx->hooks[egl_connection_t::GLESv2_INDEX] = &gHooks[egl_connection_t::GLESv2_INDEX]; in egl_init_drivers_locked()
Degldefs.h65 gl_hooks_t* hooks[2]; member
DLoader.cpp221 ->hooks[egl_connection_t::GLESv2_INDEX] in unload_system_driver()
225 ->hooks[egl_connection_t::GLESv1_INDEX] in unload_system_driver()
729 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in initialize_api()
736 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in initialize_api()
Degl_layers.cpp297 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
331 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
Degl_platform_entries.cpp1046 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrentImpl()
1214 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddressImpl()
1215 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = addr; in eglGetProcAddressImpl()
1246 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[ext_slot] = in eglGetProcAddressImpl()
1247 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[ext_slot] = addr; in eglGetProcAddressImpl()
1352 s->cnx->hooks[c->version]->gl.glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, in eglSwapBuffersWithDamageKHRImpl()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DImplGeneratingAdapter.kt374 val hooks: List<String>, in <lambda>() constant
379 hooks.forEach { hook -> in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Ddagger.md43 product it runs on. If there are hooks that can be added to the component, that is the
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md1 # Plugin hooks
Dplugins.md10 Existing plugin hooks can be found [here](/packages/SystemUI/docs/plugin_hooks.md).
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp745 } hooks[] = { in GetInstanceProcAddr() local
953 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]); in GetInstanceProcAddr()
955 hooks, hooks + count, pName, in GetInstanceProcAddr()
957 if (hook < hooks + count && strcmp(hook->name, pName) == 0) { in GetInstanceProcAddr()