Home | History | Annotate | Download | only in gl

Lines Matching defs:ui32

5678 		GLuint ui32 = 0;
5683 glTexImage2D(GL_TEXTURE_2D, 0, GL_R32UI, 1, 1, 0, GL_RED_INTEGER, GL_UNSIGNED_INT, &ui32);
5706 glGetTexImage(GL_TEXTURE_2D, 0, GL_RED_INTEGER, GL_UNSIGNED_INT, &ui32);
5707 if (ui32 < 40 || ui32 != static_cast<GLuint>(2 * i32))
5709 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Texture value is " << ui32 << " should be "