Searched refs:fNonsquareMatrixSupport (Results 1 – 7 of 7) sorted by relevance
45 bool nonsquareMatrixSupport() const { return fNonsquareMatrixSupport; } in nonsquareMatrixSupport()106 return fShaderDerivativeSupport && fNonsquareMatrixSupport && fIntegerSupport && in supportsSkSLES3()277 bool fNonsquareMatrixSupport : 1; variable
21 fNonsquareMatrixSupport = false; in GrShaderCaps()94 writer->appendBool("Nonsquare Matrix Support", fNonsquareMatrixSupport); in dumpJSON()
162 bool fNonsquareMatrixSupport = false; variable164 return fNonsquareMatrixSupport; in nonsquareMatrixSupport()
243 shaderCaps->fNonsquareMatrixSupport = true; in initShaderCaps()
391 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()401 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()408 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()
725 shaderCaps->fNonsquareMatrixSupport = true; in initShaderCaps()
514 shaderCaps->fNonsquareMatrixSupport = true;