Home
last modified time | relevance | path

Searched defs:srcDataType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp569 DataType srcDataType = srcEffectBuffer->extraInfo_->dataType; in CheckToRenderPara() local
571 …std::function<bool(DataType, DataType)> dataTypeCheckFunc = [](DataType srcDataType, DataType dstD… in CheckToRenderPara()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp395 napi_value WebGLWriteBufferArg::ToNormalArray(BufferDataType srcDataType, BufferDataType dstDataTyp… in ToNormalArray()