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

/external/deqp/framework/egl/wrapper/
H A DeglwFuncPtrLibraryDecl.inl35 EGLSurface getCurrentSurface (EGLint readdraw) const;
H A DeglwFuncPtrLibraryImpl.inl152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const
154 return m_egl.getCurrentSurface(readdraw);
H A DeglwApi.inl92 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
H A DeglwFunctionTypes.inl35 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
H A DeglwLibrary.inl35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp834 EGLSurface GetCurrentSurface(EGLint readdraw) argument
836 TRACE("(EGLint readdraw = %d)", readdraw);
838 if(readdraw == EGL_READ)
843 else if(readdraw == EGL_DRAW)
H A DlibEGL.hpp54 EGLSurface (*eglGetCurrentSurface)(EGLint readdraw);
H A Dmain.cpp349 EGLSurface GetCurrentSurface(EGLint readdraw);
500 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) argument
502 return egl::GetCurrentSurface(readdraw);
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl35 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
H A DegluCallLogWrapper.inl306 eglw::EGLSurface CallLogWrapper::eglGetCurrentSurface (eglw::EGLint readdraw)
309 m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(readdraw) << ");" << TestLog::EndMessage;
310 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
/external/mesa3d/include/EGL/
H A Degl.h305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h306 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/external/swiftshader/include/EGL/
H A Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/external/mesa3d/src/egl/main/
H A Deglapi.c820 eglGetCurrentSurface(EGLint readdraw) argument
830 switch (readdraw) {
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp471 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) argument
473 return libEGL->eglGetCurrentSurface(readdraw);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 204 milliseconds