Searched refs:isMatrix (Results 1 - 11 of 11) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1PatternDictionary_autogen.cpp110 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
H A DSkPdfType1FormDictionary_autogen.cpp86 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
H A DSkPdfType3FontDictionary_autogen.cpp62 if ((ret != NULL && ret->isMatrix()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->matrixValue();
/external/skia/src/animator/
H A DSkDisplayable.h79 bool isMatrix() const { return getType() == SkType_Matrix; } function in class:SkDisplayable
H A DSkMatrixParts.cpp29 if (parent->isMatrix() == false)
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp739 const bool isMatrix = glu::isDataTypeMatrix(entry.type); local
740 const int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
758 deUint8* const vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0);
1157 const bool isMatrix = glu::isDataTypeMatrix(basicType); local
1163 if (isMatrix)
1241 const bool isMatrix = glu::isDataTypeMatrix(basicType); local
1246 if (isMatrix)
1480 const bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); local
1504 if (isMatrix)
1687 const bool isMatrix local
2543 const bool isMatrix = glu::isDataTypeMatrix(var.type); local
[all...]
H A Des31fProgramInterfaceQueryTestCase.cpp657 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType());
658 const int expected = (isBufferBlock && isMatrix && getMatrixOrderFromPath(path) == glu::MATRIXORDER_ROW_MAJOR) ? (1) : (0);
691 const bool isMatrix = glu::isDataTypeMatrix(component.getVariableType()->getBasicType());
697 if (isBufferBlock && isMatrix)
H A Des31fProgramInterfaceQueryTests.cpp5731 bool isMatrix; member in struct:deqp::__anon3636
5760 if (!allowMatrixCases && variableTypes[ndx].isMatrix)
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp1015 const bool isMatrix = glu::isDataTypeMatrix(basicType); local
1017 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1025 const int dstOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*vecNdx : 0);
1042 const bool isMatrix = glu::isDataTypeMatrix(basicType); local
1044 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1051 const int srcOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*vecNdx : 0);
H A DglsUniformBlockCase.cpp628 bool isMatrix = glu::isDataTypeMatrix(entry.type); local
629 int numVecs = isMatrix ? (entry.isRowMajor ? glu::getDataTypeMatrixNumRows(entry.type) : glu::getDataTypeMatrixNumColumns(entry.type)) : 1;
642 deUint8* vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0);
1275 bool isMatrix = glu::isDataTypeMatrix(dstEntry.type); local
1283 if (isMatrix)
1836 bool isMatrix = glu::isDataTypeMatrix(uniform.type); local
1837 int numVecs = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumRows(uniform.type) : glu::getDataTypeMatrixNumColumns(uniform.type)) : 1;
1838 int numComps = isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(uniform.type) : glu::getDataTypeMatrixNumRows(uniform.type)) : glu::getDataTypeScalarSize(uniform.type);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h852 bool isMatrix() const { function in class:SkPdfNativeObject
1046 SkASSERT(isMatrix());
1047 if (!isMatrix()) {

Completed in 281 milliseconds