• Home
  • Raw
  • Download

Lines Matching refs:glFormat

2013 					const deInt32	glFormat	= accepted[i];  in init()
2017 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2027 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2042 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2063 const deInt32 glFormat = accepted[i]; in init()
2067 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2077 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2093 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2114 const deInt32 glFormat = accepted[i]; in init()
2118 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2128 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2164 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2185 const deInt32 glFormat = accepted[i]; in init()
2189 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2199 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2216 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2237 const deInt32 glFormat = accepted[i]; in init()
2241 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2251 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2292 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2313 const deInt32 glFormat = accepted[i]; in init()
2317 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2327 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2351 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2372 const deInt32 glFormat = accepted[i]; in init()
2376 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2386 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2411 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2432 const deInt32 glFormat = accepted[i]; in init()
2436 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2446 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2470 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()
2491 const deInt32 glFormat = accepted[i]; in init()
2495 const tcu::CompressedTexFormat format = glu::mapGLCompressedTexFormat(glFormat); in init()
2505 …glCompressedTexImage2D(GL_TEXTURE_2D, 0, glFormat, blockPixelSize.x(), blockPixelSize.y(), 0, bloc… in init()
2509 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(glFormat) << TestLog::EndMes… in init()
2510 …SubImage2D(GL_TEXTURE_2D, 0, 0, 0, blockPixelSize.x(), blockPixelSize.y(), glFormat, -1, &data[0]); in init()
2513 …Image2D(GL_TEXTURE_2D, 0, 0, 0, blockPixelSize.x(), blockPixelSize.y(), glFormat, blockSize / 2, &… in init()
2516 …Image2D(GL_TEXTURE_2D, 0, 0, 0, blockPixelSize.x(), blockPixelSize.y(), glFormat, blockSize * 2, &… in init()
2519 …e2D(GL_TEXTURE_2D, 0, 0, 0, blockPixelSize.x(), blockPixelSize.y() * 2, glFormat, blockSize, &data… in init()
2522 …e2D(GL_TEXTURE_2D, 0, 0, 0, blockPixelSize.x() * 2, blockPixelSize.y(), glFormat, blockSize, &data… in init()
2532 m_log << TestLog::Message << "Skipping unknown format: " << glFormat << TestLog::EndMessage; in init()