HomeSort by relevance Sort by last modified time
    Searched refs:glm (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/vulkan-validation-layers/libs/glm/detail/
dummy.cpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/dummy.cpp
28 /// GLM is a header only library. There is nothing to compile.
34 #include "../glm.hpp"
39 glm::vec4 emission; // Ecm
40 glm::vec4 ambient; // Acm
41 glm::vec4 diffuse; // Dcm
42 glm::vec4 specular; // Scm
48 glm::vec4 ambient; // Acli
49 glm::vec4 diffuse; // Dcli
    [all...]
_literals.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/_literals.hpp
32 namespace glm namespace
49 }//namespace glm
hint.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/hint.hpp
32 namespace glm namespace
38 }//namespace glm
intrinsic_exponential.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/intrinsic_exponential.hpp
38 namespace glm{ namespace
76 }//namespace glm
intrinsic_trigonometric.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/intrinsic_trigonometric.hpp
38 namespace glm{ namespace
43 }//namespace glm
intrinsic_vector_relational.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/intrinsic_vector_relational.hpp
38 namespace glm{ namespace
43 }//namespace glm
precision.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/precision.hpp
32 namespace glm namespace
41 }//namespace glm
type_half.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/type_half.hpp
34 namespace glm{ namespace
47 }//namespace glm
type_float.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/type_float.hpp
34 namespace glm{ namespace
78 # error "GLM error: multiple default precision requested for floating-point types"
87 GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform");
88 GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform");
93 }//namespace glm
intrinsic_integer.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/core/intrinsic_integer.hpp
32 #include "glm/glm.hpp"
38 namespace glm{ namespace
45 }//namespace glm
  /external/vulkan-validation-layers/libs/glm/gtx/
int_10_10_10_2.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
28 #include "../glm.hpp"
32 # pragma message("GLM: GLM_GTX_int_10_10_10_2 extension is deprecated, include GLM_GTC_packing (glm/gtc/packing.hpp) instead")
35 namespace glm namespace
38 GLM_DEPRECATED GLM_FUNC_DECL dword uint10_10_10_2_cast(glm::vec4 const & v);
40 }//namespace glm
inertia.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/inertia.hpp
36 /// <glm/gtx/inertia.hpp> need to be included to use these functionalities.
43 #include "../glm.hpp"
46 # pragma message("GLM: GLM_GTX_inertia extension included")
49 namespace glm namespace
112 }// namespace glm
scalar_relational.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/scalar_relational.hpp
35 /// <glm/gtx/scalar_relational.hpp> need to be included to use these functionalities.
42 #include "../glm.hpp"
45 # pragma message("GLM: GLM_GTX_extend extension included")
48 namespace glm namespace
56 }//namespace glm
extend.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/extend.hpp
35 /// <glm/gtx/extend.hpp> need to be included to use these functionalities.
42 #include "../glm.hpp"
45 # pragma message("GLM: GLM_GTX_extend extension included")
48 namespace glm namespace
62 }//namespace glm
log_base.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/log_base.hpp
35 /// <glm/gtx/log_base.hpp> need to be included to use these functionalities.
42 #include "../glm.hpp"
45 # pragma message("GLM: GLM_GTX_log_base extension included")
48 namespace glm namespace
61 }//namespace glm
perpendicular.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/perpendicular.hpp
36 /// <glm/gtx/perpendicular.hpp> need to be included to use these functionalities.
43 #include "../glm.hpp"
47 # pragma message("GLM: GLM_GTX_perpendicular extension included")
50 namespace glm namespace
63 }//namespace glm
projection.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/projection.hpp
35 /// <glm/gtx/projection.hpp> need to be included to use these functionalities.
42 #include "../glm.hpp"
45 # pragma message("GLM: GLM_GTX_projection extension included")
48 namespace glm namespace
61 }//namespace glm
raw_data.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/raw_data.hpp
35 /// <glm/gtx/raw_data.hpp> need to be included to use these functionalities.
46 # pragma message("GLM: GLM_GTX_raw_data extension included")
49 namespace glm namespace
71 }// namespace glm
string_cast.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/gtx/string_cast.hpp
36 /// @brief Setup strings for GLM type values
38 /// <glm/gtx/string_cast.hpp> need to be included to use these functionalities.
46 #include "../glm.hpp"
56 # pragma message("GLM: GLM_GTX_string_cast extension included")
59 namespace glm namespace
64 /// Create a string from a GLM type value.
70 }//namespace glm
  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 24 #include <glm/glm.hpp>
32 glm::mat4 transformation(float t);
36 glm::vec3 axis;
40 glm::mat4 matrix;
56 glm::vec3 position(float t);
60 glm::vec3 origin;
83 glm::vec3 light_pos;
84 glm::vec3 light_color;
91 glm::mat4 model
    [all...]
Simulation.cpp 20 #include <glm/gtc/matrix_transform.hpp>
79 glm::vec3 pick()
81 return glm::vec3{ red_(rng_),
104 current_.axis = glm::normalize(glm::vec3(x, y, z));
109 current_.matrix = glm::scale(glm::mat4(1.0f), glm::vec3(current_.scale));
112 glm::mat4 Animation::transformation(float t)
114 current_.matrix = glm::rotate(current_.matrix, current_.speed * t, current_.axis)
    [all...]
  /external/vulkan-validation-layers/libs/glm/
mat2x3.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/mat2x3.hpp
34 namespace glm namespace
57 }//namespace glm
mat2x4.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/mat2x4.hpp
34 namespace glm namespace
57 }//namespace glm
mat3x2.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/mat3x2.hpp
34 namespace glm namespace
mat3x4.hpp 2 /// OpenGL Mathematics (glm.g-truc.net)
24 /// @file glm/mat3x4.hpp
34 namespace glm namespace
57 }//namespace glm

Completed in 295 milliseconds

1 2 3 4 5 6