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.cpp190 cnx->hooks[egl_connection_t::GLESv1_INDEX] = &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()
191 cnx->hooks[egl_connection_t::GLESv2_INDEX] = &gHooks[egl_connection_t::GLESv2_INDEX]; in egl_init_drivers_locked()
Degldefs.h70 gl_hooks_t * hooks[2]; member
DLoader.cpp223 ->hooks[egl_connection_t::GLESv2_INDEX] in unload_system_driver()
227 ->hooks[egl_connection_t::GLESv1_INDEX] in unload_system_driver()
754 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in initialize_api()
761 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in initialize_api()
Degl_layers.cpp287 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
321 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
Degl_object.cpp303 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
Degl_platform_entries.cpp1094 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrentImpl()
1276 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddressImpl()
1277 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = addr; in eglGetProcAddressImpl()
1308 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[ext_slot] = in eglGetProcAddressImpl()
1309 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[ext_slot] = addr; in eglGetProcAddressImpl()
1415 s->cnx->hooks[c->version]->gl.glReadPixels(0,0,1,1, in eglSwapBuffersWithDamageKHRImpl()
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl562 } hooks[] = {
588 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]);
590 hooks, hooks + count, pName,
592 if (hook < hooks + count && strcmp(hook->name, pName) == 0) {
830 PFN_vkVoidFunction checked_proc; // always nullptr for non-device hooks
Dapi_gen.cpp636 } hooks[] = { in GetInstanceProcAddr() local
795 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]); in GetInstanceProcAddr()
797 hooks, hooks + count, pName, in GetInstanceProcAddr()
799 if (hook < hooks + count && strcmp(hook->name, pName) == 0) { in GetInstanceProcAddr()
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md1 # Plugin hooks
Dplugins.md9 Existing plugin hooks can be found [here](/packages/SystemUI/docs/plugin_hooks.md).
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1787 // These test cases all assume the RIL OEM hooks