Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.hpp152 typedef struct _tess_coordinate_cartesian struct in glcts::TessellationShaderVertexSpacing
154 float x;
155 float y;
158 _tess_coordinate_cartesian() in _tess_coordinate_cartesian() argument
169 _tess_coordinate_cartesian(float _x, float _y) in _tess_coordinate_cartesian() function
182 } _tess_coordinate_cartesian; typedef in glcts::TessellationShaderVertexSpacing