/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 1345 …string descriptionBase = string(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(dataT… in init() local 1347 …rmatCase (m_testCtx, m_context, (nameBase + "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1348 …rmatCase (m_testCtx, m_context, (nameBase + "_2d_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1349 …rmatCase (m_testCtx, m_context, (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1350 …matCase (m_testCtx, m_context, (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1351 …tCase (m_testCtx, m_context, (nameBase + "_2d_array_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1352 …Case (m_testCtx, m_context, (nameBase + "_2d_array_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1353 …rmatCase (m_testCtx, m_context, (nameBase + "_3d_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1354 …rmatCase (m_testCtx, m_context, (nameBase + "_3d_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1434 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 461 …string descriptionBase = string(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(dataT… in init() local 463 …_context.getContextInfo(), (nameBase + "_cube_array_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 464 …_context.getContextInfo(), (nameBase + "_cube_array_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 544 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local 546 …ontext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 547 …ontext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 554 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local 556 …ontext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 557 …ontext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 600 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local [all …]
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 77 …string descriptionBase = string(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(data… in init() local 79 …addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dat… in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 116 string descriptionBase = glu::getTextureFormatName(format); in init() local 118 …addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wra… in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 652 …string descriptionBase = string(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(dataT… in init() local 654 …Ctx, m_context.getRenderContext(), (nameBase + "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 655 …Ctx, m_context.getRenderContext(), (nameBase + "_2d_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 656 …tx, m_context.getRenderContext(), (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 657 …x, m_context.getRenderContext(), (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init()
|