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

  /external/deqp/framework/opengl/
gluRenderConfig.hpp 51 enum SurfaceType
79 SurfaceType surfaceType;
98 , surfaceType (SURFACETYPE_DONT_CARE)
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 64 enum SurfaceType
73 SurfaceType surfaceTypes;
215 vector<SurfaceType> types;
231 SurfaceType type = types[surfaceNdx % types.size()];
558 const MakeCurrentPerfCase::SurfaceType types[] = {
588 const MakeCurrentPerfCase::SurfaceType types[] = {
625 const MakeCurrentPerfCase::SurfaceType types[] = {
630 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_PIXMAP),
631 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_WINDOW),
632 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PIXMAP |MakeCurrentPerfCase::SURFACETYPE_WINDOW)
    [all...]
teglThreadCleanUpTests.cpp 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
145 enum SurfaceType
151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
160 if (surfaceType ==SURFACETYPE_SINGLE)
169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType)
170 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
172 , m_surfaceType (surfaceType)
280 const SurfaceType m_surfaceType
    [all...]
teglNegativePartialUpdateTests.cpp 53 enum SurfaceType
59 NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* name, const char* description);
72 SurfaceType m_surfaceType;
82 return (c.surfaceType() & EGL_WINDOW_BIT) == EGL_WINDOW_BIT;
87 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
97 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bool preserveBuffer)
103 if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_WINDOW
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.hpp 66 enum SurfaceType
166 SurfaceType getSurfaceType (void) const;
tcuCommandLine.cpp 73 DE_DECLARE_COMMAND_LINE_OPT(SurfaceType, tcu::SurfaceType);
135 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] =
168 << Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_surfaceTypes, "window")
797 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /external/deqp/external/openglcts/modules/common/
glcConfigListCase.cpp 69 static const char* getSurfaceTypeName(tcu::SurfaceType type)
95 static const tcu::SurfaceType s_types[] = { tcu::SURFACETYPE_WINDOW, tcu::SURFACETYPE_OFFSCREEN_NATIVE,
  /external/mesa3d/src/intel/isl/
isl_emit_depth_stencil.c 42 /* From the SKL PRM, "3DSTATE_DEPTH_STENCIL::SurfaceType":
68 db.SurfaceType = isl_to_gen_ds_surftype[info->depth_surf->dim];
73 db.SurfaceType = isl_to_gen_ds_surftype[info->stencil_surf->dim];
78 db.SurfaceType = SURFTYPE_NULL;
isl_surface_state.c 238 s.SurfaceType = get_surftype(info->surf->dim, info->view->usage);
307 switch (s.SurfaceType) {
386 unreachable("bad SurfaceType");
698 s.SurfaceType = SURFTYPE_BUFFER;
756 .SurfaceType = SURFTYPE_NULL,
  /external/mesa3d/src/egl/main/
eglsurface.c 253 if (conf->SurfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)
273 if ((conf->SurfaceType & type) == 0)
441 confval = surface->Config->SurfaceType;
458 confval = surface->Config->SurfaceType;
eglconfig.h 71 EGLint SurfaceType;
122 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType);
eglconfig.c 417 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) {
421 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) {
563 if (!(conf->SurfaceType & EGL_WINDOW_BIT))
eglapi.c 902 if ((conf->SurfaceType & EGL_WINDOW_BIT) == 0)
1024 if ((conf->SurfaceType & EGL_PIXMAP_BIT) == 0)
    [all...]
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 36 enum SurfaceType{
74 int surfaceType = OutputConfiguration::SURFACE_TYPE_UNKNOWN, int width = 0,
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 88 enum SurfaceType
616 SurfaceType m_surfaceType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 93 enum SurfaceType
534 surfaceType = SURFACETYPE_UNORM_FBO;
546 SurfaceType surfaceType;
630 m_colorFormat = vk::mapTextureFormat(glu::mapGLInternalFormat(m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8));
641 switch (m_definitions.surfaceType)
712 if (m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO)
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 477 static deUint32 surfaceTypeToDrawableBits (RenderConfig::SurfaceType type)
509 deUint32 bits = surfaceTypeToDrawableBits(renderCfg.surfaceType);
516 if (renderCfg.surfaceType == RenderConfig::SURFACETYPE_WINDOW &&
653 RenderConfig::SurfaceType surfaceType = config.surfaceType;
655 if (surfaceType == RenderConfig::SURFACETYPE_DONT_CARE)
659 surfaceType = RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
661 surfaceType = RenderConfig::SURFACETYPE_WINDOW;
664 switch (surfaceType)
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 320 base.SurfaceType = surface_type;
341 base.SurfaceType = EGL_DONT_CARE;
362 conf->base.SurfaceType = 0;
385 conf->base.SurfaceType |= surface_type;
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 312 glu::RenderConfig::SurfaceType surfaceType = config.surfaceType;
336 if (surfaceType == glu::RenderConfig::SURFACETYPE_DONT_CARE)
342 surfaceType = glu::RenderConfig::SURFACETYPE_WINDOW;
344 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_GENERIC;
346 surfaceType = glu::RenderConfig::SURFACETYPE_OFFSCREEN_NATIVE;
351 switch (surfaceType)
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h     [all...]

Completed in 1538 milliseconds