Searched refs:hooks (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/libs/ |
D | hooks.h | 89 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific() local 90 return hooks; in getGlThreadSpecific()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 195 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()
|
D | egldefs.h | 42 gl_hooks_t * hooks[2]; member
|
D | Loader.cpp | 463 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver() 470 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in load_driver()
|
D | egl_object.cpp | 126 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
|
D | eglApi.cpp | 788 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/ |
D | code-generator.tmpl | 556 } 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
|
D | api_gen.cpp | 500 } 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/ |
D | custom-components.jd | 94 that you override for lifecycle and other functionality hooks.
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 426 <li>API hooks for associating audio and input devices. This is particularly useful if your app
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | billions.jd | 101 fetch the image, cache it, and provide hooks into your Views to show
|
/frameworks/base/docs/html/guide/components/ |
D | activities.jd | 383 through various callback methods. All of the callback methods are hooks that you
|
/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
|
/frameworks/base/docs/html/google/play/ |
D | expansion-files.jd | 408 download. By adding the Downloader Library and a few code hooks to your application, almost all the
|