Home
last modified time | relevance | path

Searched refs:nonsquareMatrixSupport (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp229 if (vb->getProgramBuilder()->shaderCaps()->nonsquareMatrixSupport()) { in emitTransformCode()
362 } else if (shaderCaps.nonsquareMatrixSupport()) { in write_vertex_position()
DGrGLSLFragmentProcessor.cpp117 } else if (args.fShaderCaps->nonsquareMatrixSupport()) { in invokeChildWithMatrix()
/external/skia/src/gpu/
DGrShaderCaps.h50 bool nonsquareMatrixSupport() const { return fNonsquareMatrixSupport; } in nonsquareMatrixSupport() function
/external/skia/src/sksl/
DSkSLUtil.h168 bool nonsquareMatrixSupport() const { in nonsquareMatrixSupport() function