Searched refs:hooks (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/libs/ |
D | hooks.h | 93 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific() local 94 return hooks; in getGlThreadSpecific()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 190 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()
|
D | egldefs.h | 70 gl_hooks_t * hooks[2]; member
|
D | Loader.cpp | 223 ->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()
|
D | egl_layers.cpp | 287 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()
|
D | egl_object.cpp | 303 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
|
D | egl_platform_entries.cpp | 1094 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/ |
D | code-generator.tmpl | 562 } 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
|
D | api_gen.cpp | 636 } 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/ |
D | plugin_hooks.md | 1 # Plugin hooks
|
D | plugins.md | 9 Existing plugin hooks can be found [here](/packages/SystemUI/docs/plugin_hooks.md).
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1787 // These test cases all assume the RIL OEM hooks
|