HomeSort by relevance Sort by last modified time
    Searched full:surfacetypebit (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglRenderCase.hpp 47 eglw::EGLint surfaceTypeBit;
52 , surfaceTypeBit (surfaceTypeBit_)
teglQueryContextTests.cpp 280 if (config.surfaceTypeBit == EGL_PIXMAP_BIT && renderBuffer != EGL_SINGLE_BUFFER)
285 else if (config.surfaceTypeBit == EGL_PBUFFER_BIT && renderBuffer != EGL_BACK_BUFFER)
290 else if (config.surfaceTypeBit == EGL_WINDOW_BIT && renderBuffer != EGL_SINGLE_BUFFER && renderBuffer != EGL_BACK_BUFFER)
teglRenderCase.cpp 281 executeForContext(display, *context, surface, Config(config.config, config.surfaceTypeBit, apiBit));
284 postSurface(egl, display, surface, config.surfaceTypeBit);
352 executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), contexts);

Completed in 72 milliseconds