Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
Dhooks.h89 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific() local
90 return hooks; in getGlThreadSpecific()
/frameworks/native/opengl/libs/EGL/
Degl.cpp195 cnx->hooks[egl_connection_t::GLESv1_INDEX] = in egl_init_drivers_locked()
197 cnx->hooks[egl_connection_t::GLESv2_INDEX] = in egl_init_drivers_locked()
Degldefs.h42 gl_hooks_t * hooks[2]; member
DLoader.cpp463 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver()
470 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in load_driver()
Degl_object.cpp126 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
DeglApi.cpp788 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrent()
981 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddress()
982 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = in eglGetProcAddress()
1088 s->cnx->hooks[c->version]->gl.glReadPixels(0,0,1,1, in eglSwapBuffersWithDamageKHR()
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl556 } hooks[] = {
582 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]);
584 hooks, hooks + count, pName,
586 if (hook < hooks + count && strcmp(hook->name, pName) == 0) {
784 PFN_vkVoidFunction checked_proc; // always nullptr for non-device hooks
Dapi_gen.cpp500 } hooks[] = { in GetInstanceProcAddr() local
637 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]); in GetInstanceProcAddr()
639 hooks, hooks + count, pName, in GetInstanceProcAddr()
641 if (hook < hooks + count && strcmp(hook->name, pName) == 0) { in GetInstanceProcAddr()
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd94 that you override for lifecycle and other functionality hooks.
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd426 <li>API hooks for associating audio and input devices. This is particularly useful if your app
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd101 fetch the image, cache it, and provide hooks into your Views to show
/frameworks/base/docs/html/guide/components/
Dactivities.jd383 through various callback methods. All of the callback methods are hooks that you
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1787 // These test cases all assume the RIL OEM hooks
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd408 download. By adding the Downloader Library and a few code hooks to your application, almost all the