Home
last modified time | relevance | path

Searched refs:SurfaceType (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp64 enum SurfaceType enum in deqp::egl::MakeCurrentPerfCase
73 SurfaceType surfaceTypes;
215 vector<SurfaceType> types; in createSurfaces()
231 SurfaceType type = types[surfaceNdx % types.size()]; in createSurfaces()
558 const MakeCurrentPerfCase::SurfaceType types[] = { in init()
588 const MakeCurrentPerfCase::SurfaceType types[] = { in init()
625 const MakeCurrentPerfCase::SurfaceType types[] = { in init()
630 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::… in init()
631 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::… in init()
632 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PIXMAP |MakeCurrentPerfCase::S… in init()
[all …]
DteglThreadCleanUpTests.cpp143 enum SurfaceType enum in deqp::egl::__anon9cdc48680111::ThreadCleanUpTest
149 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName()
167 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest()
278 const SurfaceType m_surfaceType;
DteglNegativePartialUpdateTests.cpp53 enum SurfaceType enum in deqp::egl::__anonf7731dab0111::NegativePartialUpdateTest
59 …NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceTy…
72 SurfaceType m_surfaceType;
100 …(const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bo… in getEGLConfig()
132 …ivePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, co… in NegativePartialUpdateTest()
/external/deqp/framework/opengl/
DgluRenderConfig.hpp42 enum SurfaceType enum
70 SurfaceType surfaceType;
/external/deqp/framework/common/
DtcuCommandLine.hpp65 enum SurfaceType enum
143 SurfaceType getSurfaceType (void) const;
DtcuCommandLine.cpp71 DE_DECLARE_COMMAND_LINE_OPT(SurfaceType, tcu::SurfaceType);
126 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] = in registerOptions()
158 …<< Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_surfac… in registerOptions()
816 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfac… in getSurfaceType()
/external/mesa3d/src/egl/main/
Deglsurface.c269 if (conf->SurfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) in _eglInitSurface()
289 if ((conf->SurfaceType & type) == 0) { in _eglInitSurface()
449 confval = surface->Config->SurfaceType; in _eglSurfaceAttrib()
466 confval = surface->Config->SurfaceType; in _eglSurfaceAttrib()
Deglconfig.h71 EGLint SurfaceType; member
121 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType); in _eglOffsetOfConfig()
Deglconfig.c410 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) { in _eglValidateConfig()
414 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) { in _eglValidateConfig()
556 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) in _eglParseConfigAttribList()
Deglapi.c878 if ((conf->SurfaceType & EGL_WINDOW_BIT) == 0) in _eglCreateWindowSurfaceCommon()
1000 if ((conf->SurfaceType & EGL_PIXMAP_BIT) == 0) in _eglCreatePixmapSurfaceCommon()
1073 if ((conf->SurfaceType & EGL_PBUFFER_BIT) == 0) in eglCreatePbufferSurface()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp88 enum SurfaceType enum
587 SurfaceType m_surfaceType;
939 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in…
952 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in… in LinearDerivateCase()
1138 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in…
1156 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in… in TextureDerivateCase()
1614 SurfaceType surfaceType; in init()
1637 SurfaceType surfaceType; in init()
1649 SurfaceType surfaceType; in init()
1692 const SurfaceType surfaceType = SURFACETYPE_DEFAULT_FRAMEBUFFER; in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp92 enum SurfaceType enum
543 SurfaceType surfaceType;
1061 SurfaceType surfaceType,
1080 SurfaceType surfaceType, in LinearDerivateCase()
1349 SurfaceType surfaceType,
1366 SurfaceType surfaceType, in TextureDerivateCase()
1722 SurfaceType surfaceType; in init()
1735 SurfaceType surfaceType; in init()
1775 const SurfaceType surfaceType = SURFACETYPE_UNORM_FBO; in init()
1796 const SurfaceType surfaceType = s_fboConfigs[caseNdx].surfaceType; in init()
[all …]
/external/mesa3d/src/intel/isl/
Disl_surface_state.c242 s.SurfaceType = get_surftype(info->surf->dim, info->view->usage); in isl_genX()
286 switch (s.SurfaceType) { in isl_genX()
646 s.SurfaceType = SURFTYPE_BUFFER; in isl_genX()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h809 db.SurfaceType = isl_to_gen_ds_surftype[params->depth.surf.dim]; in blorp_emit_depth_stencil_config()
838 db.SurfaceType = isl_to_gen_ds_surftype[params->stencil.surf.dim]; in blorp_emit_depth_stencil_config()
848 db.SurfaceType = SURFTYPE_NULL; in blorp_emit_depth_stencil_config()
1092 .SurfaceType = SURFTYPE_NULL, in blorp_emit_null_surface_state()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp404 static deUint32 surfaceTypeToDrawableBits (RenderConfig::SurfaceType type) in surfaceTypeToDrawableBits()
573 RenderConfig::SurfaceType surfaceType = config.surfaceType; in createDrawable()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c271 base.SurfaceType = surface_type; in dri2_add_config()
292 base.SurfaceType = EGL_DONT_CARE; in dri2_add_config()
318 conf->base.SurfaceType = 0; in dri2_add_config()
341 conf->base.SurfaceType |= surface_type; in dri2_add_config()
1160 if (conf->SurfaceType & EGL_WINDOW_BIT) in dri2_create_context()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp290 glu::RenderConfig::SurfaceType surfaceType = config.surfaceType; in create()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c475 .SurfaceType = SURFTYPE_NULL, in genX()
2196 db.SurfaceType = in cmd_buffer_emit_depth_stencil()
2248 db.SurfaceType = in cmd_buffer_emit_depth_stencil()
2251 db.SurfaceType = SURFTYPE_2D; in cmd_buffer_emit_depth_stencil()