Searched defs:isMatrix (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.h79 bool isMatrix() const { return getType() == SkType_Matrix; } function in class:SkDisplayable
/external/skia/src/animator/
H A DSkDisplayable.h79 bool isMatrix() const { return getType() == SkType_Matrix; } function in class:SkDisplayable
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h304 ASSERT(isMatrix());
309 ASSERT(isMatrix());
324 bool isMatrix() const function in class:TType
554 bool isMatrix() const function in struct:TPublicType
566 ASSERT(isMatrix());
572 ASSERT(isMatrix());
583 return array || isMatrix() || isVector();
H A DIntermNode.h280 bool isMatrix() const { return mType.isMatrix(); } function in class:TIntermTyped
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h852 bool isMatrix() const { function in class:SkPdfNativeObject
1046 SkASSERT(isMatrix());
1047 if (!isMatrix()) {
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h852 bool isMatrix() const { function in class:SkPdfNativeObject
1046 SkASSERT(isMatrix());
1047 if (!isMatrix()) {
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp999 const bool isMatrix = glu::isDataTypeMatrix(basicType); local
1001 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1009 const int dstOffset = layout.offset + layout.stride*elemNdx + (isMatrix ? layout.matrixStride*vecNdx : 0);
1026 const bool isMatrix = glu::isDataTypeMatrix(basicType); local
1028 const int numVecs = isMatrix ? glu::getDataTypeMatrixNumColumns(basicType) : 1;
1035 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/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...]

Completed in 9063 milliseconds