Home
last modified time | relevance | path

Searched refs:getCurrentDisplay (Results 1 – 9 of 9) 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;
DeglwImpl.inl180 return egl->getCurrentDisplay();
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp44 GrEGLGetCurrentDisplayFn* getCurrentDisplay = in get_egl_query_and_display() local
46 if (getCurrentDisplay) { in get_egl_query_and_display()
47 *display = getCurrentDisplay(); in get_egl_query_and_display()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp44 GrEGLGetCurrentDisplayFn* getCurrentDisplay = in get_egl_query_and_display() local
46 if (getCurrentDisplay) { in get_egl_query_and_display()
47 *display = getCurrentDisplay(); in get_egl_query_and_display()
/external/deqp/framework/egl/
DegluCallLogWrapper.inl300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();