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

  /external/deqp/external/openglcts/modules/common/
glcConfigListCase.cpp 77 case tcu::SURFACETYPE_OFFSCREEN_GENERIC:
96 tcu::SURFACETYPE_OFFSCREEN_GENERIC };
glcContext.cpp 62 renderCfg.surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
glcConfigList.hpp 50 SURFACETYPE_PBUFFER = (1 << tcu::SURFACETYPE_OFFSCREEN_GENERIC),
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 56 SURFACETYPE_OFFSCREEN_GENERIC, //!< Generic offscreen buffer, such as EGL pbuffer.
gluRenderConfig.cpp 149 case tcu::SURFACETYPE_OFFSCREEN_GENERIC: config->surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC; break;
  /external/deqp/framework/common/
tcuCommandLine.hpp 70 SURFACETYPE_OFFSCREEN_GENERIC, //!< Generic offscreen surface, such as pbuffer.
tcuCommandLine.cpp 133 { "pbuffer", SURFACETYPE_OFFSCREEN_GENERIC },
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 80 if (config.surfaceType == glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC)
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 297 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC:
343 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC:
  /external/deqp/framework/egl/
egluGLUtil.cpp 225 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC: requiredSurface = EGL_PBUFFER_BIT; break;
egluGLContextFactory.cpp 335 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
370 case glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC:
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 474 case RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC:
665 case RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC:
  /external/deqp/external/openglcts/modules/gl/
gl4cKHRDebugTests.cpp 198 renderCfg.surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
222 renderCfg.surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
    [all...]

Completed in 295 milliseconds