Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp287 const bool isSample = (desc.usageFlags & CORE_IMAGE_USAGE_SAMPLED_BIT); in BindToFbo() local
295 PLUGIN_UNUSED(isSample); in BindToFbo()
299 PLUGIN_ASSERT((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)); in BindToFbo()
339 const bool isSample = (desc.usageFlags & CORE_IMAGE_USAGE_SAMPLED_BIT); in BindToFboMultisampled() local
347 PLUGIN_UNUSED(isSample); in BindToFboMultisampled()
352 PLUGIN_ASSERT((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)); in BindToFboMultisampled()
H A Dgpu_image_gles.cpp183 const bool isSample = (desc_.usageFlags & CORE_IMAGE_USAGE_SAMPLED_BIT); in GpuImageGLES() local
189 if ((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)) { in GpuImageGLES()