Home
last modified time | relevance | path

Searched refs:readdraw (Results 1 – 25 of 27) sorted by relevance

12

/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h51 typedef EGLSurface (*PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
DFunctionsEGL.h53 EGLSurface getCurrentSurface(EGLint readdraw) const;
DFunctionsEGL.cpp533 EGLSurface FunctionsEGL::getCurrentSurface(EGLint readdraw) const in getCurrentSurface()
535 return mFnPtrs->getCurrentSurfacePtr(readdraw); in getCurrentSurface()
/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.cpp375 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()
Dentry_points_egl_autogen.h54 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw);
Degl_stubs_autogen.h117 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw);
Degl_stubs.cpp376 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface() argument
379 (readdraw == EGL_READ) ? thread->getCurrentReadSurface() : thread->getCurrentDrawSurface(); in GetCurrentSurface()
/external/angle/include/EGL/
Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/external/mesa3d/include/EGL/
Degl.h136 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
161 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const
154 return m_egl.getCurrentSurface(readdraw);
DeglwImpl.inl183 EGLSurface eglwGetCurrentSurface (EGLint readdraw) argument
188 return egl->getCurrentSurface(readdraw);
DeglwFuncPtrLibraryDecl.inl35 EGLSurface getCurrentSurface (EGLint readdraw) const;
DeglwLibrary.inl35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
DeglwFunctionTypes.inl35 …def EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
DeglwApi.inl94 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
/external/angle/src/libEGL/
DlibEGL_autogen.cpp150 EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
153 return EGL_GetCurrentSurface(readdraw); in eglGetCurrentSurface()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl35 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
DegluCallLogWrapper.inl306 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/
Deglew.h241 typedef EGLSurface ( * PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
/external/angle/src/libANGLE/
DvalidationEGL_autogen.h66 bool ValidateGetCurrentSurface(const ValidationContext *val, EGLint readdraw);
/external/angle/src/libANGLE/capture/
Dcapture_egl_autogen.h92 EGLint readdraw,
Dcapture_egl_autogen.cpp245 EGLint readdraw, in CaptureGetCurrentSurface() argument
250 paramBuffer.addValueParam("readdraw", ParamType::TEGLint, readdraw); in CaptureGetCurrentSurface()
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h914 typedef EGLSurface (GLAPIENTRY *PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
1118 EPOXY_PUBLIC EGLSurface (EPOXY_CALLSPEC *epoxy_eglGetCurrentSurface)(EGLint readdraw);
/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c5076 GEN_THUNKS_RET(EGLSurface, eglGetCurrentSurface, (EGLint readdraw), (readdraw))
/external/mesa3d/src/egl/main/
Deglapi.c1585 eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
1597 switch (readdraw) { in eglGetCurrentSurface()

12