Home
last modified time | relevance | path

Searched refs:fBitManipulationSupport (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.h90 bool bitManipulationSupport() const { return fBitManipulationSupport; } in bitManipulationSupport()
290 bool fBitManipulationSupport : 1; variable
DGrShaderCaps.cpp56 fBitManipulationSupport = false; in GrShaderCaps()
141 writer->appendBool("Bit manipulation support", fBitManipulationSupport); in dumpJSON()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp249 shaderCaps->fBitManipulationSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp728 shaderCaps->fBitManipulationSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1014 shaderCaps->fBitManipulationSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
1016 shaderCaps->fBitManipulationSupport = ctxInfo.glslGeneration() >= k310es_GrGLSLGeneration; in initGLSL()