Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnResourceProvider.cpp582 if (fSharedContext->caps()->setBackendLabels()) { in getOrCreateUniformBuffersBindGroupLayout()
613 if (fSharedContext->caps()->setBackendLabels()) { in getOrCreateSingleTextureSamplerBindGroupLayout()
628 if (fSharedContext->caps()->setBackendLabels()) { in getOrCreateNullBuffer()
H A DDawnGraphiteUtils.cpp196 if (sharedContext->caps()->setBackendLabels()) { in DawnCompileWGSLShaderModule()
H A DDawnSampler.cpp123 if (sharedContext->caps()->setBackendLabels()) { in Make()
H A DDawnComputePipeline.cpp167 if (sharedContext->caps()->setBackendLabels()) { in Make()
H A DDawnGraphicsPipeline.cpp553 if (sharedContext->caps()->setBackendLabels()) { in Make()
566 if (sharedContext->caps()->setBackendLabels()) { in Make()
H A DDawnTexture.cpp222 if (!sharedContext()->caps()->setBackendLabels()) { in setBackendLabel()
H A DDawnBuffer.cpp354 if (sharedContext()->caps()->setBackendLabels()) { in setBackendLabel()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCaps.h323 bool setBackendLabels() const { return fSetBackendLabels; } in setBackendLabels() function