Home
last modified time | relevance | path

Searched defs:imageLoadStoreSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrShaderCaps.h80 int imageLoadStoreSupport() const { return fImageLoadStoreSupport; } in imageLoadStoreSupport() function
/external/skia/tests/
DProcessorTest.cpp144 bool imageLoadStoreSupport = context->caps()->shaderCaps()->imageLoadStoreSupport(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local