/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Common.h | 155 struct mat4 struct 169 mat4() { } in mat4() argument 171 mat4( in mat4() function 183 mat4( in mat4() function 195 mat4(const float* data) : in mat4() argument 227 static mat4 Identity() in Identity() argument 236 static mat4 Translation(const vec3& v) in Translation() argument 245 static mat4 Scaling(float s) in Scaling() argument 254 static mat4 Scaling(const vec3& s) in Scaling() argument 263 static mat4 RotationX(float angle) in RotationX() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 156 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 416 typedef mat4x4 mat4; typedef
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1325 void RenderbufferCase::constructOrthoProjMatrix(GLfloat* mat4, GLfloat l, GLfloat r, GLfloat b, GLf… in constructOrthoProjMatrix()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderImageLoadStoreTests.cpp | 43 typedef tcu::Mat4 mat4; typedef
|
D | es31cComputeShaderTests.cpp | 53 typedef Mat4 mat4; typedef
|
D | es31cShaderStorageBufferObjectTests.cpp | 45 typedef tcu::Mat4 mat4; typedef
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 45 typedef tcu::Mat4 mat4; typedef
|
D | gl4cEnhancedLayoutsTests.hpp | 124 static const Type mat4; member
|
D | gl4cComputeShaderTests.cpp | 53 typedef Mat4 mat4; typedef
|
D | gl4cShaderStorageBufferObjectTests.cpp | 43 typedef tcu::Mat4 mat4; typedef
|
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 47 typedef tcu::Mat4 mat4; typedef
|
D | gl4cShaderImageLoadStoreTests.cpp | 52 typedef tcu::Mat4 mat4; typedef
|
D | gl4cEnhancedLayoutsTests.cpp | 165 const Type Type::mat4 = Type::GetType(Type::Float, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2753 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GLSLTest.cpp | 9923 typedef vec4 mat4[4]; in TEST_P() typedef
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3538 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function
|