Home
last modified time | relevance | path

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

12

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp153 static EGLSurface CurrentSurface(EGLint readdraw) { in CurrentSurface() argument
155 switch (readdraw) { in CurrentSurface()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp153 static EGLSurface CurrentSurface(EGLint readdraw) { in CurrentSurface() argument
155 switch (readdraw) { in CurrentSurface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.h50 EGLSurface getCurrentSurface(EGLint readdraw) const;
Dfunctionsegl_typedefs.h51 typedef EGLSurface (*PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
DFunctionsEGL.cpp356 EGLSurface FunctionsEGL::getCurrentSurface(EGLint readdraw) const in getCurrentSurface()
358 return mFnPtrs->getCurrentSurfacePtr(readdraw); in getCurrentSurface()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp248 EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw) in EGL_GetCurrentSurface() argument
251 EGL_EVENT(GetCurrentSurface, "readdraw = %d", readdraw); in EGL_GetCurrentSurface()
255 ANGLE_EGL_VALIDATE(thread, GetCurrentSurface, nullptr, EGLSurface, readdraw); in EGL_GetCurrentSurface()
257 return GetCurrentSurface(thread, readdraw); in EGL_GetCurrentSurface()
Degl_stubs.cpp363 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface() argument
365 if (readdraw == EGL_READ) in GetCurrentSurface()
370 else if (readdraw == EGL_DRAW) in GetCurrentSurface()
Dentry_points_egl_autogen.h54 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h51 typedef EGLSurface (*PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
Degl.h247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/EGL/api/1.2/
Degl.h247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
Degl.h247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/EGL/api/1.2/EGL/
Degl.h251 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Degl.h136 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
161 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/mesa3d/include/EGL/
Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/vk-gl-cts/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);
/third_party/EGL/api/EGL/
Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/skia/third_party/externals/angle2/include/EGL/
Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
Degl.h243 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp54 EGLSurface (EGLAPIENTRY* eglGetCurrentSurface)(EGLint readdraw);
Dmain.cpp373 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw);
530 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
532 return egl::GetCurrentSurface(readdraw); in eglGetCurrentSurface()
DlibEGL.cpp1018 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw) in GetCurrentSurface() argument
1020 TRACE("(EGLint readdraw = %d)", readdraw); in GetCurrentSurface()
1022 if(readdraw == EGL_READ) in GetCurrentSurface()
1027 else if(readdraw == EGL_DRAW) in GetCurrentSurface()
/third_party/EGL/api/1.1/EGL/
Degl.h213 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl.h52 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw);

12