Home
last modified time | relevance | path

Searched defs:mat4 (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h155 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/
DInitialize.cpp156 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp416 typedef mat4x4 mat4; typedef
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1325 void RenderbufferCase::constructOrthoProjMatrix(GLfloat* mat4, GLfloat l, GLfloat r, GLfloat b, GLf… in constructOrthoProjMatrix()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp43 typedef tcu::Mat4 mat4; typedef
Des31cComputeShaderTests.cpp53 typedef Mat4 mat4; typedef
Des31cShaderStorageBufferObjectTests.cpp45 typedef tcu::Mat4 mat4; typedef
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp45 typedef tcu::Mat4 mat4; typedef
Dgl4cEnhancedLayoutsTests.hpp124 static const Type mat4; member
Dgl4cComputeShaderTests.cpp53 typedef Mat4 mat4; typedef
Dgl4cShaderStorageBufferObjectTests.cpp43 typedef tcu::Mat4 mat4; typedef
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp47 typedef tcu::Mat4 mat4; typedef
Dgl4cShaderImageLoadStoreTests.cpp52 typedef tcu::Mat4 mat4; typedef
Dgl4cEnhancedLayoutsTests.cpp165 const Type Type::mat4 = Type::GetType(Type::Float, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp2753 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/
DGLSLTest.cpp9923 typedef vec4 mat4[4]; in TEST_P() typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3538 ExprP<Matrix<T, Rows, 4> > mat4 (const ExprP<Vector<T, Rows> >& arg0, in mat4() function