Lines Matching refs:FORMAT_INT

47 		FORMAT_INT,  enumerator
113 …(m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEG… in iterate()
392 { "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::FORMAT_INT }, in init()
394 { "r8i", GL_R8I, FormatSamplesCase::FORMAT_INT }, in init()
395 { "r8ui", GL_R8UI, FormatSamplesCase::FORMAT_INT }, in init()
396 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT }, in init()
397 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT }, in init()
398 { "r32i", GL_R32I, FormatSamplesCase::FORMAT_INT }, in init()
399 { "r32ui", GL_R32UI, FormatSamplesCase::FORMAT_INT }, in init()
400 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT }, in init()
401 { "rg8ui", GL_RG8UI, FormatSamplesCase::FORMAT_INT }, in init()
402 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT }, in init()
403 { "rg16ui", GL_RG16UI, FormatSamplesCase::FORMAT_INT }, in init()
404 { "rg32i", GL_RG32I, FormatSamplesCase::FORMAT_INT }, in init()
405 { "rg32ui", GL_RG32UI, FormatSamplesCase::FORMAT_INT }, in init()
406 { "rgba8i", GL_RGBA8I, FormatSamplesCase::FORMAT_INT }, in init()
407 { "rgba8ui", GL_RGBA8UI, FormatSamplesCase::FORMAT_INT }, in init()
408 { "rgba16i", GL_RGBA16I, FormatSamplesCase::FORMAT_INT }, in init()
409 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT }, in init()
410 { "rgba32i", GL_RGBA32I, FormatSamplesCase::FORMAT_INT }, in init()
411 { "rgba32ui", GL_RGBA32UI, FormatSamplesCase::FORMAT_INT }, in init()
417 { "r32f", GL_R32F, FormatSamplesCase::FORMAT_INT }, in init()
418 { "rg32f", GL_RG32F, FormatSamplesCase::FORMAT_INT }, in init()
419 { "rgba32f", GL_RGBA32F, FormatSamplesCase::FORMAT_INT }, in init()