HomeSort by relevance Sort by last modified time
    Searched defs:getEGLConfig (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 40 EGLConfig getEGLConfig() const { return m_eglConfig; }
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 162 EGLContext RenderEngine::getEGLConfig() const {
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 344 EGLConfig getEGLConfig (tcu::egl::Display& eglDisplay, bool preserveColorbuffer)
397 m_eglConfig = getEGLConfig(m_eglTestCtx.getDisplay(), m_preserveColorbuffer);
teglResizeTests.cpp 124 EGLConfig getEGLConfig (const EGLDisplay eglDisplay, EGLenum surfaceType)
140 const EGLConfig eglConfig = getEGLConfig(eglDisplay, surfaceType());

Completed in 122 milliseconds