Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp202 cl_mem partInfos = clCreateBuffer(context_, CL_MEM_COPY_HOST_PTR, in GpuCompress() local
209 err |= clSetKernelArg(kernel_, 2, sizeof(cl_mem), &partInfos); in GpuCompress()
224 clReleaseMemObject(partInfos); in GpuCompress()
505 bool ImageCompressor::InitPartitionInfo(PartInfo *partInfos, int32_t part_index, int32_t part_count) argument
512 partInfos->bitmaps[part] |= 1u << texIdx;