Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp153 static EGLSurface CurrentSurface(EGLint readdraw) { in CurrentSurface() argument
155 switch (readdraw) { in CurrentSurface()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp153 static EGLSurface CurrentSurface(EGLint readdraw) { in CurrentSurface() argument
155 switch (readdraw) { in CurrentSurface()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp973 EGLSurface GetCurrentSurface(EGLint readdraw) in GetCurrentSurface() argument
975 TRACE("(EGLint readdraw = %d)", readdraw); in GetCurrentSurface()
977 if(readdraw == EGL_READ) in GetCurrentSurface()
982 else if(readdraw == EGL_DRAW) in GetCurrentSurface()
DlibEGL.hpp54 EGLSurface (*eglGetCurrentSurface)(EGLint readdraw);
Dmain.cpp363 EGLSurface GetCurrentSurface(EGLint readdraw);
520 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
522 return egl::GetCurrentSurface(readdraw); in eglGetCurrentSurface()
/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/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h306 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/external/mesa3d/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/external/swiftshader/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/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/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp471 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
473 return libEGL->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
/external/mesa3d/src/egl/main/
Deglapi.c1505 eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
1517 switch (readdraw) { in eglGetCurrentSurface()