Home | History | Annotate | Download | only in functional

Lines Matching refs:FORMAT_INT

47 		FORMAT_INT,
94 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
369 { "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::FORMAT_INT },
371 { "r8i", GL_R8I, FormatSamplesCase::FORMAT_INT },
372 { "r8ui", GL_R8UI, FormatSamplesCase::FORMAT_INT },
373 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT },
374 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT },
375 { "r32i", GL_R32I, FormatSamplesCase::FORMAT_INT },
376 { "r32ui", GL_R32UI, FormatSamplesCase::FORMAT_INT },
377 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT },
378 { "rg8ui", GL_RG8UI, FormatSamplesCase::FORMAT_INT },
379 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT },
380 { "rg16ui", GL_RG16UI, FormatSamplesCase::FORMAT_INT },
381 { "rg32i", GL_RG32I, FormatSamplesCase::FORMAT_INT },
382 { "rg32ui", GL_RG32UI, FormatSamplesCase::FORMAT_INT },
383 { "rgba8i", GL_RGBA8I, FormatSamplesCase::FORMAT_INT },
384 { "rgba8ui", GL_RGBA8UI, FormatSamplesCase::FORMAT_INT },
385 { "rgba16i", GL_RGBA16I, FormatSamplesCase::FORMAT_INT },
386 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT },
387 { "rgba32i", GL_RGBA32I, FormatSamplesCase::FORMAT_INT },
388 { "rgba32ui", GL_RGBA32UI, FormatSamplesCase::FORMAT_INT },