Home
last modified time | relevance | path

Searched refs:getCurrentDisplay (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAssembleHelpers.cpp16 GrEGLGetCurrentDisplayFn* getCurrentDisplay = in GrGetEGLQueryAndDisplay() local
18 if (getCurrentDisplay) { in GrGetEGLQueryAndDisplay()
19 *display = getCurrentDisplay(); in GrGetEGLQueryAndDisplay()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleHelpers.cpp16 GrEGLGetCurrentDisplayFn* getCurrentDisplay = in GrGetEGLQueryAndDisplay() local
18 if (getCurrentDisplay) { in GrGetEGLQueryAndDisplay()
19 *display = getCurrentDisplay(); in GrGetEGLQueryAndDisplay()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFunctions.inl34 eglGetCurrentDisplayFunc getCurrentDisplay; variable
DeglwInitCore.inl27 dst->getCurrentDisplay = (eglGetCurrentDisplayFunc) loader->get("eglGetCurrentDisplay");
DeglwFuncPtrLibraryImpl.inl147 EGLDisplay FuncPtrLibrary::getCurrentDisplay (void) const function in FuncPtrLibrary
149 return m_egl.getCurrentDisplay();
DeglwFuncPtrLibraryDecl.inl34 EGLDisplay getCurrentDisplay (void) const;
DeglwLibrary.inl34 virtual EGLDisplay getCurrentDisplay (void) const = 0;
DeglwImpl.inl180 return egl->getCurrentDisplay();
/third_party/vk-gl-cts/framework/egl/
DegluCallLogWrapper.inl300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();