Home
last modified time | relevance | path

Searched refs:MatrixType (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.cpp76 mMatrixMode(MatrixType::Modelview),
120 mMatrixMode = MatrixType::Modelview; in initialize()
240 void GLES1State::setMatrixMode(MatrixType mode) in setMatrixMode()
246 MatrixType GLES1State::getMatrixMode() const in getMatrixMode()
286 case MatrixType::Modelview: in currentMatrixStack()
288 case MatrixType::Projection: in currentMatrixStack()
290 case MatrixType::Texture: in currentMatrixStack()
303 const GLES1State::MatrixStack &GLES1State::getMatrixStack(MatrixType mode) const in getMatrixStack()
307 case MatrixType::Modelview: in getMatrixStack()
309 case MatrixType::Projection: in getMatrixStack()
[all …]
DGLES1State.h169 void setMatrixMode(MatrixType mode);
170 MatrixType getMatrixMode() const;
180 const MatrixStack &getMatrixStack(MatrixType mode) const;
300 MatrixType mMatrixMode;
DContext_gles_1_0_autogen.h66 void matrixMode(MatrixType modePacked); \
DvalidationES1.cpp1200 bool ValidateMatrixMode(const Context *context, angle::EntryPoint entryPoint, MatrixType mode) in ValidateMatrixMode()
1205 case MatrixType::Projection: in ValidateMatrixMode()
1206 case MatrixType::Modelview: in ValidateMatrixMode()
1207 case MatrixType::Texture: in ValidateMatrixMode()
DvalidationES1_autogen.h230 MatrixType modePacked);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.cpp74 mMatrixMode(MatrixType::Modelview),
118 mMatrixMode = MatrixType::Modelview; in initialize()
231 void GLES1State::setMatrixMode(MatrixType mode) in setMatrixMode()
237 MatrixType GLES1State::getMatrixMode() const in getMatrixMode()
277 case MatrixType::Modelview: in currentMatrixStack()
279 case MatrixType::Projection: in currentMatrixStack()
281 case MatrixType::Texture: in currentMatrixStack()
298 case MatrixType::Modelview: in currentMatrixStack()
300 case MatrixType::Projection: in currentMatrixStack()
302 case MatrixType::Texture: in currentMatrixStack()
DGLES1State.h168 void setMatrixMode(MatrixType mode);
169 MatrixType getMatrixMode() const;
291 MatrixType mMatrixMode;
DvalidationES1.cpp1020 bool ValidateMatrixMode(Context *context, MatrixType mode) in ValidateMatrixMode()
1025 case MatrixType::Projection: in ValidateMatrixMode()
1026 case MatrixType::Modelview: in ValidateMatrixMode()
1027 case MatrixType::Texture: in ValidateMatrixMode()
DContext_gles_1_0_autogen.h66 void matrixMode(MatrixType modePacked); \
DvalidationES1_autogen.h121 bool ValidateMatrixMode(Context *context, MatrixType modePacked);
Dframe_capture_utils_autogen.h180 gl::MatrixType MatrixTypeVal;
630 inline void SetParamVal<ParamType::TMatrixType>(gl::MatrixType valueIn, ParamValue *valueOut)
Dcapture_gles_1_0_autogen.h236 MatrixType modePacked);
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp1125 MatrixType FromGLenum<MatrixType>(GLenum from) in FromGLenum()
1130 return MatrixType::Modelview; in FromGLenum()
1132 return MatrixType::Projection; in FromGLenum()
1134 return MatrixType::Texture; in FromGLenum()
1136 return MatrixType::InvalidEnum; in FromGLenum()
1140 GLenum ToGLenum(MatrixType from) in ToGLenum()
1144 case MatrixType::Modelview: in ToGLenum()
1146 case MatrixType::Projection: in ToGLenum()
1148 case MatrixType::Texture: in ToGLenum()
1156 std::ostream &operator<<(std::ostream &os, MatrixType value) in operator <<()
[all …]
DPackedGLEnums_autogen.h292 enum class MatrixType : uint8_t enum
303 MatrixType FromGLenum<MatrixType>(GLenum from);
304 GLenum ToGLenum(MatrixType from);
305 std::ostream &operator<<(std::ostream &os, MatrixType value);
/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp1153 MatrixType FromGLenum<MatrixType>(GLenum from) in FromGLenum()
1158 return MatrixType::Modelview; in FromGLenum()
1160 return MatrixType::Projection; in FromGLenum()
1162 return MatrixType::Texture; in FromGLenum()
1164 return MatrixType::InvalidEnum; in FromGLenum()
1168 GLenum ToGLenum(MatrixType from) in ToGLenum()
1172 case MatrixType::Modelview: in ToGLenum()
1174 case MatrixType::Projection: in ToGLenum()
1176 case MatrixType::Texture: in ToGLenum()
1184 std::ostream &operator<<(std::ostream &os, MatrixType value) in operator <<()
[all …]
DPackedGLEnums_autogen.h294 enum class MatrixType : uint8_t enum
305 MatrixType FromGLenum<MatrixType>(GLenum from);
306 GLenum ToGLenum(MatrixType from);
307 std::ostream &operator<<(std::ostream &os, MatrixType value);
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.cpp15 enum MatrixType { enum
/third_party/spirv-tools/test/
Dname_mapper_test.cpp103 MatrixType, FriendlyNameTest,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dname_mapper_test.cpp103 MatrixType, FriendlyNameTest,
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dname_mapper_test.cpp103 MatrixType, FriendlyNameTest,
/third_party/skia/third_party/externals/spirv-tools/test/
Dname_mapper_test.cpp103 MatrixType, FriendlyNameTest,
/third_party/skia/src/sksl/ir/
DSkSLType.cpp197 class MatrixType final : public Type { class
201 MatrixType(skstd::string_view name, const char* abbrev, const Type& componentType, in MatrixType() function in SkSL::MatrixType
439 return std::make_unique<MatrixType>(name, abbrev, componentType, columns, rows); in MakeMatrixType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h277 MatrixType, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp260 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, MatrixType, OS) in operator <<()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.h220 angle::CallCapture CaptureMatrixMode(const State &glState, bool isCallValid, MatrixType modePacked);

12