Home | History | Annotate | Download | only in libEGL

Lines Matching refs:Display

7 // Display.cpp: Implements the egl::Display class, representing the abstract
8 // display on which graphics are drawn. Implements EGLDisplay.
11 #include "libEGL/Display.h"
25 Display::Display(HDC deviceContext) : mDc(deviceContext)
46 Display::~Display()
51 bool Display::initialize()
226 void Display::terminate()
275 void Display::startScene()
285 void Display::endScene()
295 bool Display::getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig)
300 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value)
342 bool Display::createDevice()
373 bool Display::resetDevice()
396 Surface *Display::createWindowSurface(HWND window, EGLConfig config)
406 EGLContext Display::createContext(EGLConfig configHandle, const gl::Context *shareContext)
437 void Display::destroySurface(egl::Surface *surface)
443 void Display::destroyContext(gl::Context *context)
457 bool Display::isInitialized()
462 bool Display::isValidConfig(EGLConfig config)
467 bool Display::isValidContext(gl::Context *context)
472 bool Display::isValidSurface(egl::Surface *surface)
477 bool Display::hasExistingWindowSurface(HWND window)
490 EGLint Display::getMinSwapInterval()
495 Display::getMaxSwapInterval()
500 IDirect3DDevice9 *Display::getDevice()
513 D3DCAPS9 Display::getDeviceCaps()
518 void Display::getMultiSampleSupport(D3DFORMAT format, bool *multiSampleArray)
529 bool Display::getCompressedTextureSupport()
537 bool Display::getFloatTextureSupport(bool *filtering, bool *renderable)
565 bool Display::getHalfFloatTextureSupport(bool *filtering, bool *renderable)
593 bool Display::getLuminanceTextureSupport()
601 bool Display::getLuminanceAlphaTextureSupport()
609 D3DPOOL Display::getBufferPool(DWORD usage) const
626 bool Display::getEventQuerySupport()
638 D3DPRESENT_PARAMETERS Display::getDefaultPresentParameters()