Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h80 int imageLoadStoreSupport() const { return fImageLoadStoreSupport; } in imageLoadStoreSupport() function
218 SkASSERT(this->imageLoadStoreSupport()); in imageLoadStoreExtensionString()
/external/skia/tests/
DProcessorTest.cpp158 bool imageLoadStoreSupport = context->caps()->shaderCaps()->imageLoadStoreSupport(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
184 if (imageLoadStoreSupport) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
210 if (imageLoadStoreSupport) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/skia/src/sksl/
DSkSLUtil.h122 bool imageLoadStoreSupport() const { in imageLoadStoreSupport() function
DSkSLIRGenerator.cpp138 CAP(imageLoadStoreSupport); in fill_caps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp2097 if (this->shaderCaps()->imageLoadStoreSupport()) { in initConfigTable()
DGrGLGpu.cpp467 SkASSERT(this->caps()->shaderCaps()->imageLoadStoreSupport()); in onResetContext()