HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentDisplay (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 34 eglGetCurrentDisplayFunc getCurrentDisplay;
eglwInitCore.inl 27 dst->getCurrentDisplay = (eglGetCurrentDisplayFunc) loader->get("eglGetCurrentDisplay");
eglwFuncPtrLibraryDecl.inl 34 EGLDisplay getCurrentDisplay (void) const;
eglwFuncPtrLibraryImpl.inl 147 EGLDisplay FuncPtrLibrary::getCurrentDisplay (void) const
149 return m_egl.getCurrentDisplay();
eglwLibrary.inl 34 virtual EGLDisplay getCurrentDisplay (void) const = 0;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 45 GrEGLGetCurrentDisplayProc getCurrentDisplay =
47 if (getCurrentDisplay) {
48 *display = getCurrentDisplay();
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();

Completed in 345 milliseconds