Searched defs:isMatrix (Results 1 – 7 of 7) sorted by relevance
79 bool isMatrix() const { return getType() == SkType_Matrix; } in isMatrix() function
739 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local1157 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local1241 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local1480 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local1687 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local2543 const bool isMatrix = glu::isDataTypeMatrix(var.type); in checkLayoutBounds() local
657 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local691 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
5731 bool isMatrix; in generateProgramInputOutputTypeBasicTypeCases() member
628 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local1275 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local1836 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
1015 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local1042 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
852 bool isMatrix() const { in isMatrix() function