Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp38 typedef struct _ivec4 struct
40 int x;
41 int y;
42 int z;
43 int w;
52 _ivec4(int in_x, int in_y, int in_z, int in_w) in _ivec4() function
65 bool operator==(const _ivec4 &in) const in operator ==()
75 bool operator!=(const _ivec4 &in) const in operator !=()
79 } _ivec4; typedef