Home
last modified time | relevance | path

Searched refs:readdraw (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.h50 EGLSurface getCurrentSurface(EGLint readdraw) const;
H A Dfunctionsegl_typedefs.h51 typedef EGLSurface (*PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
H A DFunctionsEGL.cpp356 EGLSurface FunctionsEGL::getCurrentSurface(EGLint readdraw) const in getCurrentSurface()
358 return mFnPtrs->getCurrentSurfacePtr(readdraw); in getCurrentSurface()
/third_party/skia/tools/gpu/gl/command_buffer/
H A 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/libGLESv2/
H A 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()
H A 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()
H A Dentry_points_egl_autogen.h54 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw);
H A Degl_stubs_autogen.h116 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp373 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw);
530 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
532 return egl::GetCurrentSurface(readdraw); in eglGetCurrentSurface()
H A 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()
H A DlibEGL.hpp54 EGLSurface (EGLAPIENTRY* eglGetCurrentSurface)(EGLint readdraw);
/third_party/EGL/api/1.2/EGL/
H A Degl.h251 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/EGL/api/1.2/
H A Degl.h247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/EGL/api/1.1/EGL/
H A Degl.h213 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h243 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h247 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/third_party/EGL/api/EGL/
H A Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/mesa3d/include/EGL/
H A Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.cpp218 eglw::EGLSurface OhosLibrary::getCurrentSurface(eglw::EGLint readdraw) const in getCurrentSurface()
220 return OHOS::OhosContextI::GetInstance().OH_getCurrentSurface(readdraw); in getCurrentSurface()
/third_party/EGL/api/1.0/EGL/
H A Degl.h273 EGLAPI EGLSurface APIENTRY eglGetCurrentSurface(EGLint readdraw);
/third_party/EGL/api/1.0/
H A Degl.h270 EGLAPI EGLSurface APIENTRY eglGetCurrentSurface(EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h270 EGLAPI EGLSurface APIENTRY eglGetCurrentSurface(EGLint readdraw);
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h270 EGLAPI EGLSurface APIENTRY eglGetCurrentSurface(EGLint readdraw);

Completed in 19 milliseconds

12