Searched refs:is2D (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrix.cpp17 return new DOMMatrix(other->matrix(), other->is2D());
20 DOMMatrix::DOMMatrix(const TransformationMatrix& matrix, bool is2D) argument
23 m_is2D = is2D;
34 if (!other->is2D())
44 if (!other->is2D())
H A DDOMMatrixReadOnly.h44 bool is2D() const;
H A DDOMMatrixReadOnly.cpp10 bool DOMMatrixReadOnly::is2D() const function in class:blink::DOMMatrixReadOnly
H A DDOMMatrix.h50 DOMMatrix(const TransformationMatrix&, bool is2D = true);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp75 bool is2D() const { return reg.Dimension; } function in class:tgsi::Instruction::SrcRegister
127 bool is2D() const { return reg.Dimension; } function in class:tgsi::Instruction::DstRegister
1141 src.is2D() ? src.getIndex(1) : 0,
1150 dst.is2D() ? dst.getIndex(1) : 0,
1267 if (src.is2D()) {
1318 const int idx2d = src.is2D() ? src.getIndex(1) : 0;
1356 const int idx2d = dst.is2D() ? dst.getIndex(1) : 0;
1409 const int idx2d = dst.is2D() ? dst.getIndex(1) : 0;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp75 bool is2D() const { return reg.Dimension; } function in class:tgsi::Instruction::SrcRegister
127 bool is2D() const { return reg.Dimension; } function in class:tgsi::Instruction::DstRegister
1141 src.is2D() ? src.getIndex(1) : 0,
1150 dst.is2D() ? dst.getIndex(1) : 0,
1267 if (src.is2D()) {
1318 const int idx2d = src.is2D() ? src.getIndex(1) : 0;
1356 const int idx2d = dst.is2D() ? dst.getIndex(1) : 0;
1409 const int idx2d = dst.is2D() ? dst.getIndex(1) : 0;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1095 bool is2D = de::inRange<int>(program, PROGRAM_2D_FLOAT, PROGRAM_2D_UINT_BIAS) local
1135 else if (isCube || (is2D && isArray) || is3D)
1137 else if ((is1D && isArray) || is2D)

Completed in 1209 milliseconds