Searched refs:hooks (Results 1 – 9 of 9) 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 | egldefs.h | 42 gl_hooks_t * hooks[2]; member
|
D | egl.cpp | 188 cnx->hooks[egl_connection_t::GLESv1_INDEX] = in egl_init_drivers_locked() 190 cnx->hooks[egl_connection_t::GLESv2_INDEX] = in egl_init_drivers_locked()
|
D | egl_object.cpp | 118 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
|
D | Loader.cpp | 523 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver() 530 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in load_driver()
|
D | eglApi.cpp | 1018 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrent() 1246 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddress() 1247 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = in eglGetProcAddress() 1364 s->cnx->hooks[c->version]->gl.glReadPixels(0,0,1,1, in eglSwapBuffersWithDamageKHR()
|
/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) { 807 PFN_vkVoidFunction checked_proc; // always nullptr for non-device hooks
|
D | api_gen.cpp | 518 } hooks[] = { in GetInstanceProcAddr() local 655 constexpr size_t count = sizeof(hooks) / sizeof(hooks[0]); in GetInstanceProcAddr() 657 hooks, hooks + count, pName, in GetInstanceProcAddr() 659 if (hook < hooks + count && strcmp(hook->name, pName) == 0) { in GetInstanceProcAddr()
|
/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
|