Home
last modified time | relevance | path

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

/external/deqp/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;
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp45 GrEGLGetCurrentDisplayProc getCurrentDisplay = in get_egl_query_and_display() local
47 if (getCurrentDisplay) { in get_egl_query_and_display()
48 *display = getCurrentDisplay(); in get_egl_query_and_display()
/external/deqp/framework/egl/
DegluCallLogWrapper.inl300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();