Home
last modified time | relevance | path

Searched refs:_out_ch_desc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp178 struct _out_ch_desc struct
185 static const _out_ch_desc zero_ch = { GL_ZERO, 0 };
186 static const _out_ch_desc one_ch = { GL_ONE, 0 };
187 static const _out_ch_desc float16_zero = { GL_R16F, data_float16_zero };
188 static const _out_ch_desc float16_one = { GL_R16F, data_float16_one };
189 static const _out_ch_desc float32_zero = { GL_R32F, data_float32_zero };
190 static const _out_ch_desc float32_one = { GL_R32F, data_float32_one };
191 static const _out_ch_desc sint8_zero = { GL_R8I, data_sint8_zero };
192 static const _out_ch_desc sint8_one = { GL_R8I, data_sint8_one };
193 static const _out_ch_desc sint16_zero = { GL_R16I, data_sint16_zero };
[all …]