| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | GLES1State.cpp | 76 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 …]
|
| D | GLES1State.h | 169 void setMatrixMode(MatrixType mode); 170 MatrixType getMatrixMode() const; 180 const MatrixStack &getMatrixStack(MatrixType mode) const; 300 MatrixType mMatrixMode;
|
| D | Context_gles_1_0_autogen.h | 66 void matrixMode(MatrixType modePacked); \
|
| D | validationES1.cpp | 1200 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()
|
| D | validationES1_autogen.h | 230 MatrixType modePacked);
|
| D | Context_gles_1_0.cpp | 379 void Context::matrixMode(MatrixType mode) in matrixMode()
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | PackedGLEnums_autogen.cpp | 1153 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 …]
|
| D | PackedGLEnums_autogen.h | 294 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/ |
| D | name_mapper_test.cpp | 103 MatrixType, FriendlyNameTest,
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | name_mapper_test.cpp | 103 MatrixType, FriendlyNameTest,
|
| /third_party/spirv-tools/test/ |
| D | name_mapper_test.cpp | 103 MatrixType, FriendlyNameTest,
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLType.cpp | 197 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/ |
| D | PDBTypes.h | 277 MatrixType, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| D | PDBExtras.cpp | 260 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, MatrixType, OS) in operator <<()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | capture_gles_1_0_autogen.h | 220 angle::CallCapture CaptureMatrixMode(const State &glState, bool isCallValid, MatrixType modePacked);
|
| D | frame_capture_utils_autogen.h | 281 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)
|
| D | FrameCapture.cpp | 3619 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()
|
| D | capture_gles_1_0_autogen.cpp | 995 CallCapture CaptureMatrixMode(const State &glState, bool isCallValid, MatrixType modePacked) in CaptureMatrixMode()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_1_0_autogen.cpp | 1221 MatrixType modePacked = PackParam<MatrixType>(mode); in GL_MatrixMode()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_1_autogen.cpp | 3749 MatrixType modePacked = PackParam<MatrixType>(mode); in GL_MatrixMode()
|