Home
last modified time | relevance | path

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

/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);
DContext_gles_1_0.cpp379 void Context::matrixMode(MatrixType mode) in matrixMode()
/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/skia/third_party/externals/swiftshader/third_party/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/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);
Dframe_capture_utils_autogen.h281 gl::MatrixType MatrixTypeVal;
999 inline gl::MatrixType GetParamVal<ParamType::TMatrixType, gl::MatrixType>(const ParamValue &value)
2316 inline void SetParamVal<ParamType::TMatrixType>(gl::MatrixType valueIn, ParamValue *valueOut)
DFrameCapture.cpp3619 cap(CaptureMatrixMode(replayState, true, gl::MatrixType::Projection)); in CaptureMidExecutionSetup()
3621 apiState.gles1().getMatrixStack(gl::MatrixType::Projection)) in CaptureMidExecutionSetup()
3627 cap(CaptureMatrixMode(replayState, true, gl::MatrixType::Modelview)); in CaptureMidExecutionSetup()
3629 apiState.gles1().getMatrixStack(gl::MatrixType::Modelview)) in CaptureMidExecutionSetup()
3635 gl::MatrixType currentMatrixMode = apiState.gles1().getMatrixMode(); in CaptureMidExecutionSetup()
3636 if (currentMatrixMode != gl::MatrixType::Modelview) in CaptureMidExecutionSetup()
Dcapture_gles_1_0_autogen.cpp995 CallCapture CaptureMatrixMode(const State &glState, bool isCallValid, MatrixType modePacked) in CaptureMatrixMode()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1221 MatrixType modePacked = PackParam<MatrixType>(mode); in GL_MatrixMode()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp3749 MatrixType modePacked = PackParam<MatrixType>(mode); in GL_MatrixMode()