Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleHelpers.cpp16 GrEGLGetCurrentDisplayFn* getCurrentDisplay = in GrGetEGLQueryAndDisplay() local
18 if (getCurrentDisplay) { in GrGetEGLQueryAndDisplay()
19 *display = getCurrentDisplay(); in GrGetEGLQueryAndDisplay()
/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/deqp/framework/egl/
DegluCallLogWrapper.inl300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c20865 PFNEGLGETCURRENTDISPLAYPROC getCurrentDisplay = NULL; in glewInit() local
20870 getCurrentDisplay = (PFNEGLGETCURRENTDISPLAYPROC) glewGetProcAddress("eglGetCurrentDisplay"); in glewInit()
20871 return eglewInit(getCurrentDisplay()); in glewInit()