Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 11 of 11) 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()
DLoader.cpp179 ->hooks[egl_connection_t::GLESv2_INDEX] in unload_system_driver()
183 ->hooks[egl_connection_t::GLESv1_INDEX] in unload_system_driver()
657 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in initialize_api()
664 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in initialize_api()
Degldefs.h62 gl_hooks_t* hooks[2]; member
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.cpp1026 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrentImpl()
1194 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddressImpl()
1195 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = addr; in eglGetProcAddressImpl()
1226 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[ext_slot] = in eglGetProcAddressImpl()
1227 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[ext_slot] = addr; in eglGetProcAddressImpl()
1332 s->cnx->hooks[c->version]->gl.glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, in eglSwapBuffersWithDamageKHRImpl()
/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/native/vulkan/libvulkan/
Dapi_gen.cpp665 } hooks[] = { in GetInstanceProcAddr() local
837 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]); in GetInstanceProcAddr()
839 hooks, hooks + count, pName, in GetInstanceProcAddr()
841 if (hook < hooks + count && strcmp(hook->name, pName) == 0) { in GetInstanceProcAddr()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1787 // These test cases all assume the RIL OEM hooks