Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.hpp120 typedef struct _vec4 struct
122 float x;
123 float y;
124 float z;
125 float w;
134 _vec4(float in_x, float in_y, float in_z, float in_w) in _vec4() function
147 bool operator==(const _vec4 &in) const in operator ==()
157 bool operator!=(const _vec4 &in) const in operator !=()
161 } _vec4; typedef