Home
last modified time | relevance | path

Searched refs:eglGetProcAddress (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DEGLDispatch.cpp30 if ((!s_egl. function_name) && s_egl.eglGetProcAddress) s_egl. function_name = \
31 (function_name ## _t) s_egl.eglGetProcAddress(#function_name); \
34 if (s_egl.eglGetProcAddress) s_egl. function_name = \
35 (function_name ## _t) s_egl.eglGetProcAddress(#function_name); \
36 if (!s_egl.function_name || !s_egl.eglGetProcAddress) \
DGLESv2Dispatch.cpp41 if ((!dispatch_table->function_name) && s_egl.eglGetProcAddress) \
43 reinterpret_cast<function_name##_t>(s_egl.eglGetProcAddress(#function_name));
DGLESv1Dispatch.cpp108 if ((!dispatch_table->function_name) && s_egl.eglGetProcAddress) \
110 reinterpret_cast<function_name##_t>(s_egl.eglGetProcAddress(#function_name));
Drender_egl.entries31 void* eglGetProcAddress(const char* function_name);
/hardware/google/gfxstream/guest/egl/
Degl_ftable.h53 {"eglGetProcAddress", (void *)eglGetProcAddress},
Degl.cpp1138 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress() function
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp91 X(void*, eglGetProcAddress, \
176 this->eglGetProcAddress(#function_name)); \ in EglOsEglDispatcher()
318 void* eglGetProcAddress(const char* func) { in eglGetProcAddress() function in __anon4d714c1e0111::EglOsEglDisplay
319 return mDispatcher.eglGetProcAddress(func); in eglGetProcAddress()
866 void* eglGetProcAddress(const char* func) { return sHostDisplay()->eglGetProcAddress(func); } in eglGetProcAddress() function in __anon4d714c1e0111::EglEngine
DEglOsApi.h233 virtual void* eglGetProcAddress(const char*) = 0;
DEglOsApi_darwin.cpp406 virtual void* eglGetProcAddress(const char*) { in eglGetProcAddress() function in __anon19379e4b0111::MacEngine
DEglOsApi_glx.cpp672 virtual void* eglGetProcAddress(const char*) { in eglGetProcAddress() function in __anonf3e8b6d10111::GlxEngine
DEglImp.cpp276 return EglGlobalInfo::getInstance()->getOsEngine()->eglGetProcAddress(func); in getProcAddressFromEGL()
1353 eglGetProcAddress(const char *procname){ in eglGetProcAddress() function
DEglOsApi_wgl.cpp1289 virtual void* eglGetProcAddress(const char*) { in eglGetProcAddress() function in __anonb70991b00111::WinEngine
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h32 X(void*, eglGetProcAddress, (const char* function_name)) \
DRenderEGL_static_translator_namespaced_header.h32 EGLAPI void* EGLAPIENTRY eglGetProcAddress(const char* function_name);
/hardware/google/gfxstream/common/detector/
DEgl.cpp49 egl.eglGetProcAddress(#function_name)); \ in Load()
DEglFuncs.h21 X(void*, eglGetProcAddress, (const char* procname)) \
DGraphicsDetector.proto33 // Loading GLES functions via EGL's eglGetProcAddress().
DGles.cpp72 egl->eglGetProcAddress(#function_name)); in LoadFromEgl()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp381 func = (void *) eglGetProcAddress(name); in s_getProc()
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h145 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp100 func = (void *) eglGetProcAddress(name); in s_getProc()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp5751 eglGetProcAddress("eglQueryImageKHR"); in use_EGL_image()
Domx_vdec.cpp6143 eglGetProcAddress("eglQueryImageKHR"); in use_EGL_image()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp5517 eglGetProcAddress("eglQueryImageKHR"); in use_EGL_image()

12