Home
last modified time | relevance | path

Searched defs:isMatrix (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/animator/
DSkDisplayable.h79 bool isMatrix() const { return getType() == SkType_Matrix; } in isMatrix() function
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp739 const bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1157 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateCompareSrc() local
1241 const bool isMatrix = glu::isDataTypeMatrix(basicType); in generateWriteSrc() local
1480 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyBufferVarData() local
1687 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData() local
2543 const bool isMatrix = glu::isDataTypeMatrix(var.type); in checkLayoutBounds() local
Des31fProgramInterfaceQueryTestCase.cpp657 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
691 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType()); in validateSingleVariable() local
Des31fProgramInterfaceQueryTests.cpp5731 bool isMatrix; in generateProgramInputOutputTypeBasicTypeCases() member
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp628 bool isMatrix = glu::isDataTypeMatrix(entry.type); in generateValue() local
1275 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); in copyUniformData() local
1836 bool isMatrix = glu::isDataTypeMatrix(uniform.type); in checkLayoutBounds() local
DglsShaderExecUtil.cpp1015 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyToBuffer() local
1042 const bool isMatrix = glu::isDataTypeMatrix(basicType); in copyFromBuffer() local
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h852 bool isMatrix() const { in isMatrix() function