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

1 2

  /external/vulkan-validation-layers/libs/glm/detail/
glm.cpp 50 template struct tvec1<uint8, mediump>;
51 template struct tvec1<uint16, mediump>;
52 template struct tvec1<uint32, mediump>;
53 template struct tvec1<uint64, mediump>;
54 template struct tvec1<int8, mediump>;
55 template struct tvec1<int16, mediump>;
56 template struct tvec1<int32, mediump>;
57 template struct tvec1<int64, mediump>;
58 template struct tvec1<float16, mediump>;
59 template struct tvec1<float32, mediump>;
    [all...]
precision.hpp 37 mediump, enumerator in enum:glm::precision
type_mat.hpp 72 typedef detail::tmat2x2<float, mediump> mediump_mat2;
93 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
119 typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
145 typedef detail::tmat2x4<float, mediump> mediump_mat2x4;
171 typedef detail::tmat3x2<float, mediump> mediump_mat3x2;
197 typedef detail::tmat3x3<float, mediump> mediump_mat3;
218 typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
244 typedef detail::tmat3x4<float, mediump> mediump_mat3x4;
270 typedef detail::tmat4x2<float, mediump> mediump_mat4x2;
296 typedef detail::tmat4x3<float, mediump> mediump_mat4x3
    [all...]
type_vec.hpp 45 typedef detail::tvec1<float, mediump> mediump_vec1_t;
48 typedef detail::tvec1<int, mediump> mediump_ivec1_t;
51 typedef detail::tvec1<uint, mediump> mediump_uvec1_t;
54 typedef detail::tvec1<bool, mediump> mediump_bvec1_t;
72 typedef detail::tvec2<float, mediump> mediump_vec2;
93 typedef detail::tvec2<double, mediump> mediump_dvec2;
114 typedef detail::tvec2<int, mediump> mediump_ivec2;
135 typedef detail::tvec2<uint, mediump> mediump_uvec2;
156 typedef detail::tvec2<bool, mediump> mediump_bvec2;
183 typedef detail::tvec3<float, mediump> mediump_vec3
    [all...]
  /cts/tests/openglperf2/assets/fragment/
basic 14 precision mediump float;
perspective 14 precision mediump float;
blur 14 precision mediump float;
water 14 precision mediump float;
  /cts/tests/openglperf2/assets/vertex/
basic 14 precision mediump float;
blur 14 precision mediump float;
water 14 precision mediump float;
perspective 14 precision mediump float;
  /external/vulkan-validation-layers/libs/glm/
mat2x2.hpp 48 typedef detail::tmat2x2<float, mediump> mediump_mat2;
69 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
mat3x3.hpp 48 typedef detail::tmat3x3<float, mediump> mediump_mat3;
69 typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
mat4x4.hpp 48 typedef detail::tmat4x4<float, mediump> mediump_mat4;
69 typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
mat2x3.hpp 48 typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
mat2x4.hpp 48 typedef detail::tmat2x4<float, mediump> mediump_mat2x4;
mat3x2.hpp 48 typedef detail::tmat3x2<float, mediump> mediump_mat3x2;
mat3x4.hpp 48 typedef detail::tmat3x4<float, mediump> mediump_mat3x4;
mat4x2.hpp 48 typedef detail::tmat4x2<float, mediump> mediump_mat4x2;
mat4x3.hpp 48 typedef detail::tmat4x3<float, mediump> mediump_mat4x3;
fwd.hpp 54 typedef detail::tquat<float, mediump> mediump_quat;
101 typedef detail::tquat<double, mediump> mediump_dquat;
344 typedef detail::tvec1<i8, mediump> mediump_i8vec1;
348 typedef detail::tvec2<i8, mediump> mediump_i8vec2;
352 typedef detail::tvec3<i8, mediump> mediump_i8vec3;
356 typedef detail::tvec4<i8, mediump> mediump_i8vec4;
423 typedef detail::tvec1<i16, mediump> mediump_i16vec1;
427 typedef detail::tvec2<i16, mediump> mediump_i16vec2;
431 typedef detail::tvec3<i16, mediump> mediump_i16vec3;
435 typedef detail::tvec4<i16, mediump> mediump_i16vec4
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_integer.hpp 111 typedef detail::tmat2x2<int, mediump> mediump_imat2;
115 typedef detail::tmat3x3<int, mediump> mediump_imat3;
119 typedef detail::tmat4x4<int, mediump> mediump_imat4;
124 typedef detail::tmat2x2<int, mediump> mediump_imat2x2;
128 typedef detail::tmat2x3<int, mediump> mediump_imat2x3;
132 typedef detail::tmat2x4<int, mediump> mediump_imat2x4;
136 typedef detail::tmat3x2<int, mediump> mediump_imat3x2;
140 typedef detail::tmat3x3<int, mediump> mediump_imat3x3;
144 typedef detail::tmat3x4<int, mediump> mediump_imat3x4;
148 typedef detail::tmat4x2<int, mediump> mediump_imat4x2
    [all...]
  /external/libgdx/tests/gdx-tests-android/assets/data/g3d/shaders/
normal.glsl 29 #define MED mediump
31 precision mediump float;
  /external/vulkan-validation-layers/libs/glm/gtx/
dual_quaternion.hpp 211 typedef detail::tdualquat<float, mediump> mediump_dualquat;
227 typedef detail::tdualquat<float, mediump> mediump_fdualquat;
243 typedef detail::tdualquat<double, mediump> mediump_ddualquat;

Completed in 61 milliseconds

1 2