Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h80 int imageLoadStoreSupport() const { return fImageLoadStoreSupport; } in imageLoadStoreSupport()
274 bool fImageLoadStoreSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp50 fImageLoadStoreSupport = false; in GrShaderCaps()
106 r.appendf("Image Load Store Support : %s\n", gNY[fImageLoadStoreSupport]); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp341 shaderCaps->fImageLoadStoreSupport = ctxInfo.version() >= GR_GL_VER(4, 2); in init()
342 if (!shaderCaps->fImageLoadStoreSupport && in init()
344 shaderCaps->fImageLoadStoreSupport = true; in init()
348 shaderCaps->fImageLoadStoreSupport = ctxInfo.version() >= GR_GL_VER(3, 1); in init()
350 if (shaderCaps->fImageLoadStoreSupport) { in init()