Home
last modified time | relevance | path

Searched refs:TF (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp191 static constexpr const FormatFeatureFlags TF = CORE_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT; member
196 static constexpr const FormatFeatureFlags DS = CORE_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT | TEX | TF;
198 static constexpr const FormatFeatureFlags TF_TEX = TF | TEX;
204 static constexpr const FormatFeatureFlags CR_TF_REND_TEX = CR | TF | TEX;
1195 properties.linearTilingFeatures |= TF;
1196 properties.optimalTilingFeatures |= TF;

Completed in 4 milliseconds