Home
last modified time | relevance | path

Searched refs:fFPManipulationSupport (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/
DGrShaderCaps.cpp51 fFPManipulationSupport = false; in GrShaderCaps()
122 writer->appendBool("Floating point manipulation support", fFPManipulationSupport); in dumpJSON()
DGrShaderCaps.h81 bool fpManipulationSupport() const { return fFPManipulationSupport; } in fpManipulationSupport()
255 bool fFPManipulationSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.h80 bool fpManipulationSupport() const { return fFPManipulationSupport; } in fpManipulationSupport()
292 bool fFPManipulationSupport : 1; variable
DGrShaderCaps.cpp54 fFPManipulationSupport = false; in GrShaderCaps()
138 writer->appendBool("Floating point manipulation support", fFPManipulationSupport); in dumpJSON()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp584 shaderCaps->fFPManipulationSupport = true; in initShaderCaps()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp244 shaderCaps->fFPManipulationSupport = true; in initShaderCaps()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp800 shaderCaps->fFPManipulationSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
802 shaderCaps->fFPManipulationSupport = ctxInfo.glslGeneration() >= k310es_GrGLSLGeneration; in initGLSL()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp719 shaderCaps->fFPManipulationSupport = true; in initShaderCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp958 shaderCaps->fFPManipulationSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()
960 shaderCaps->fFPManipulationSupport = ctxInfo.glslGeneration() >= k310es_GrGLSLGeneration; in initGLSL()