Home | History | Annotate | Download | only in gles31

Lines Matching defs:idata

3285 		GLint* idata;
3287 idata = static_cast<GLint*>(
3291 if (idata[i] != 7)
3293 m_context.getTestContext().getLog() << tcu::TestLog::Message << "iData at index " << i << " is "
3294 << idata[i] << " should be 7." << tcu::TestLog::EndMessage;
3443 GLint* idata;
3444 idata = static_cast<GLint*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, sizeof(GLuint) * kBufferSize,
3448 if (idata[i] != 7)
3450 m_context.getTestContext().getLog() << tcu::TestLog::Message << "iData at index " << i << " is "
3451 << idata[i] << " should be 7." << tcu::TestLog::EndMessage;