/external/angle/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 51 typedef EGLSurface (*PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
|
D | FunctionsEGL.h | 53 EGLSurface getCurrentSurface(EGLint readdraw) const;
|
D | FunctionsEGL.cpp | 533 EGLSurface FunctionsEGL::getCurrentSurface(EGLint readdraw) const in getCurrentSurface() 535 return mFnPtrs->getCurrentSurfacePtr(readdraw); in getCurrentSurface()
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 375 EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw) in EGL_GetCurrentSurface() argument 382 EGL_EVENT(GetCurrentSurface, "readdraw = %d", readdraw); in EGL_GetCurrentSurface() 386 ANGLE_EGL_VALIDATE(thread, GetCurrentSurface, nullptr, EGLSurface, readdraw); in EGL_GetCurrentSurface() 388 returnValue = GetCurrentSurface(thread, readdraw); in EGL_GetCurrentSurface() 391 ANGLE_CAPTURE_EGL(GetCurrentSurface, true, thread, readdraw, returnValue); in EGL_GetCurrentSurface()
|
D | entry_points_egl_autogen.h | 54 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw);
|
D | egl_stubs_autogen.h | 117 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw);
|
D | egl_stubs.cpp | 376 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface() argument 379 (readdraw == EGL_READ) ? thread->getCurrentReadSurface() : thread->getCurrentDrawSurface(); in GetCurrentSurface()
|
/external/angle/include/EGL/ |
D | egl.h | 117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw); 142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
|
/external/mesa3d/include/EGL/ |
D | egl.h | 136 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw); 161 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryImpl.inl | 152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const 154 return m_egl.getCurrentSurface(readdraw);
|
D | eglwImpl.inl | 183 EGLSurface eglwGetCurrentSurface (EGLint readdraw) argument 188 return egl->getCurrentSurface(readdraw);
|
D | eglwFuncPtrLibraryDecl.inl | 35 EGLSurface getCurrentSurface (EGLint readdraw) const;
|
D | eglwLibrary.inl | 35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
|
D | eglwFunctionTypes.inl | 35 …def EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
|
D | eglwApi.inl | 94 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
|
/external/angle/src/libEGL/ |
D | libEGL_autogen.cpp | 150 EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument 153 return EGL_GetCurrentSurface(readdraw); in eglGetCurrentSurface()
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 35 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
|
D | egluCallLogWrapper.inl | 306 eglw::EGLSurface CallLogWrapper::eglGetCurrentSurface (eglw::EGLint readdraw) argument 309 …m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(readdraw) << ");" << T… 310 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
|
/external/cronet/third_party/quic_trace/src/third_party/glew/include/GL/ |
D | eglew.h | 241 typedef EGLSurface ( * PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
|
/external/angle/src/libANGLE/ |
D | validationEGL_autogen.h | 66 bool ValidateGetCurrentSurface(const ValidationContext *val, EGLint readdraw);
|
/external/angle/src/libANGLE/capture/ |
D | capture_egl_autogen.h | 92 EGLint readdraw,
|
D | capture_egl_autogen.cpp | 245 EGLint readdraw, in CaptureGetCurrentSurface() argument 250 paramBuffer.addValueParam("readdraw", ParamType::TEGLint, readdraw); in CaptureGetCurrentSurface()
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 914 typedef EGLSurface (GLAPIENTRY *PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw); 1118 EPOXY_PUBLIC EGLSurface (EPOXY_CALLSPEC *epoxy_eglGetCurrentSurface)(EGLint readdraw);
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | egl_generated_dispatch.c | 5076 GEN_THUNKS_RET(EGLSurface, eglGetCurrentSurface, (EGLint readdraw), (readdraw))
|
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 1585 eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument 1597 switch (readdraw) { in eglGetCurrentSurface()
|