/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 454 …string descriptionBase = string(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(dataT… in init() local 456 …_context.getContextInfo(), (nameBase + "_cube_array_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 457 …_context.getContextInfo(), (nameBase + "_cube_array_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 536 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local 538 …ontext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 539 …ontext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 546 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local 548 …ontext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 549 …ontext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 592 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 1342 …string descriptionBase = string(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(dataT… in init() local 1344 …rmatCase (m_testCtx, m_context, (nameBase + "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1345 …rmatCase (m_testCtx, m_context, (nameBase + "_2d_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1346 …rmatCase (m_testCtx, m_context, (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1347 …matCase (m_testCtx, m_context, (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1348 …tCase (m_testCtx, m_context, (nameBase + "_2d_array_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1349 …Case (m_testCtx, m_context, (nameBase + "_2d_array_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1350 …rmatCase (m_testCtx, m_context, (nameBase + "_3d_pot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1351 …rmatCase (m_testCtx, m_context, (nameBase + "_3d_npot").c_str(), (descriptionBase + ", GL_TEXTU… in init() 1430 string descriptionBase = glu::getTextureFormatName(internalFormat); in init() local [all …]
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/deqp/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()
|