Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp125 if (src->extraInfo_->dataType != DataType::TEX) { in OnApplyRGBA8888()
140 if (dst->extraInfo_->dataType != DataType::TEX) { in OnApplyRGBA8888()
H A Dbrightness_efilter.cpp70 extraInfo->dataType = DataType::TEX; in Render()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp126 if (src->extraInfo_->dataType != DataType::TEX) { in OnApplyRGBA8888()
141 if (dst->extraInfo_->dataType != DataType::TEX) { in OnApplyRGBA8888()
H A Dcontrast_efilter.cpp69 extraInfo->dataType = DataType::TEX; in Render()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp75 if (buffer->extraInfo_->dataType == DataType::TEX) { in ModifyPixelMap()
126 if (buffer->extraInfo_->dataType == DataType::TEX) { in ModifySurfaceBuffer()
161 if (buffer->extraInfo_->dataType == DataType::TEX) { in ModifyInnerPixelMap()
179 if (buffer->extraInfo_->dataType == DataType::TEX) { in ModifyPictureForInnerPixelMap()
278 if (inputBuffer->extraInfo_->dataType == DataType::TEX) { in FillOutputData()
298 if (inputBuffer->extraInfo_->dataType == DataType::TEX) { in FillPictureOutputData()
496 if (buffer->extraInfo_->dataType == DataType::TEX) { in PushData()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H A Deffect_buffer.h60 TEX, member in OHOS::Media::Effect::DataType
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp193 static constexpr const FormatFeatureFlags TEX = 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;
200 static constexpr const FormatFeatureFlags CR_TEX = CR | TEX; // color renderable, texture format
202 static constexpr const FormatFeatureFlags CR_REND_TEX = CR | TEX; // color renderable, renderbuffer, texture format
204 static constexpr const FormatFeatureFlags CR_TF_REND_TEX = CR | TF | TEX;
248 { GL_RGB9_E5, TEX },
295 { GL_RGB32F, TEX | TEXEL_BUF },
311 { GL_RGB8I, TEX },
312 { GL_RGB8UI, TEX },
[all...]
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp200 extraInfo->dataType = DataType::TEX; in ConvertBufferToTexture()
560 extraInfo->dataType = DataType::TEX; in GenTexEffectBuffer()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h206 TEX,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp166 { TEX, "TEX", "general.tex" },
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp415 extraInfo->dataType = DataType::TEX; in RenderWithGPU()

Completed in 8 milliseconds