Home
last modified time | relevance | path

Searched refs:clOk_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp60 clOk_ = OHOS::InitOpenCL(); in Init()
74 if (switch_ && clOk_) { in CanCompress()
128 clOk_ = false; in CreateKernel()
170 …if (width <= 0 || height <= 0 || !clOk_ || IsFailedImage(key) || width > maxSize_ || height > maxS… in GpuCompress()
253 if (refCount_ > 0 && clOk_) {
H A Dimage_compressor.h75 bool clOk_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp226 instance->clOk_ = true;