Home
last modified time | relevance | path

Searched refs:fIntegerSupport (Results 1 – 21 of 21) sorted by relevance

/external/skqp/src/gpu/mock/
DGrMockCaps.h30 fShaderCaps->fIntegerSupport = options.fIntegerSupport; in GrMockCaps()
/external/skqp/src/gpu/
DGrShaderCaps.cpp24 fIntegerSupport = false; in GrShaderCaps()
83 writer->appendBool("Integer Support", fIntegerSupport); in dumpJSON()
DGrShaderCaps.h50 bool integerSupport() const { return fIntegerSupport; } in integerSupport()
244 bool fIntegerSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.h49 bool integerSupport() const { return fIntegerSupport; } in integerSupport()
281 bool fIntegerSupport : 1; variable
DGrShaderCaps.cpp23 fIntegerSupport = false; in GrShaderCaps()
94 writer->appendBool("Integer Support", fIntegerSupport); in dumpJSON()
/external/skia/src/gpu/mock/
DGrMockCaps.h33 fShaderCaps->fIntegerSupport = options.fIntegerSupport; in GrMockCaps()
/external/skqp/include/gpu/mock/
DGrMockTypes.h66 bool fIntegerSupport = false; member
/external/skia/src/sksl/
DSkSLUtil.h162 bool fIntegerSupport = false; variable
164 return fIntegerSupport; in integerSupport()
/external/skia/include/gpu/mock/
DGrMockTypes.h125 bool fIntegerSupport = false; member
/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp26 fShaderCaps->fIntegerSupport = true; in GrDawnCaps()
/external/skia/tests/
DGrCCPRTest.cpp123 mockOptions.fIntegerSupport = true; in run()
DStrokeIndirectTest.cpp27 mockOptions.fIntegerSupport = true; in make_mock_context()
/external/skia/bench/
DTessellateBench.cpp36 mockOptions.fIntegerSupport = true; in make_mock_context()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp582 shaderCaps->fIntegerSupport = true; in initShaderCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm341 shaderCaps->fIntegerSupport = true;
/external/skqp/tests/
DGrCCPRTest.cpp153 mockOptions.fIntegerSupport = true; in run()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp242 shaderCaps->fIntegerSupport = true; in initShaderCaps()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp345 shaderCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) && in init()
369 shaderCaps->fIntegerSupport = ctxInfo.version() >= GR_GL_VER(3, 0) && in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp352 shaderCaps->fIntegerSupport = version >= GR_GL_VER(3, 0) && in init()
378 shaderCaps->fIntegerSupport = version >= GR_GL_VER(3, 0) && in init()
385 shaderCaps->fIntegerSupport = (version >= GR_GL_VER(2, 0)); in init()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp716 shaderCaps->fIntegerSupport = true; in initShaderCaps()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm474 shaderCaps->fIntegerSupport = true;