/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 67 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 69 deUint32 format = texFormats[formatNdx].format; in init() 70 deUint32 dataType = texFormats[formatNdx].dataType; in init() 71 string nameBase = texFormats[formatNdx].name; in init()
|
D | es2pTextureCountTests.cpp | 66 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 70 deUint32 format = texFormats[formatNdx].format; in init() 71 deUint32 dataType = texFormats[formatNdx].dataType; in init() 77 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); in init()
|
D | es2pTextureFilteringTests.cpp | 82 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 84 deUint32 format = texFormats[formatNdx].format; in init() 85 deUint32 dataType = texFormats[formatNdx].dataType; in init() 92 … = string(cases[caseNdx].name) + (minify ? "_minify_" : "_magnify_") + texFormats[formatNdx].name; in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 412 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 414 deUint32 format = texFormats[formatNdx].format; in init() 415 deUint32 dataType = texFormats[formatNdx].dataType; in init() 416 string nameBase = texFormats[formatNdx].name; in init() 494 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++) in init() local 496 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat; in init() 497 string nameBase = sizedColorFormats[formatNdx].name; in init() 504 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedDepthStencilFormats); formatNdx++) in init() local 506 deUint32 internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init() 507 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init() [all …]
|
D | es31fTextureSpecificationTests.cpp | 848 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local 850 const char* fmtName = colorFormats[formatNdx].name; in init() 851 deUint32 format = colorFormats[formatNdx].internalFormat; in init() 889 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local 891 const string fmtName = colorFormats[formatNdx].name; in init() 892 const deUint32 format = colorFormats[formatNdx].internalFormat; in init() 1044 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local 1046 const char* fmtName = colorFormats[formatNdx].name; in init() 1047 deUint32 internalFormat = colorFormats[formatNdx].internalFormat; in init() 1056 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++) in init() local [all …]
|
D | es31fTextureBorderClampTests.cpp | 2380 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local 2382 const deUint32 format = formats[formatNdx].format; in init() 2383 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init() 2386 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() 2453 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local 2456 const deUint32 format = formats[formatNdx].format; in init() 2457 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init() 2458 …:string caseName = std::string() + s_filters[filterNdx].name + "_" + formats[formatNdx].name; in init() 2493 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local 2495 const deUint32 format = formats[formatNdx].format; in init() [all …]
|
D | es31fTextureGatherTests.cpp | 2122 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 2124 const tcu::TextureFormat& format = formats[formatNdx].format; in init() 2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init()
|
D | es31fShaderImageLoadStoreTests.cpp | 3188 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 3190 const TextureFormat& format = formats[formatNdx]; in init() 3191 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]); in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCountTests.cpp | 68 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 72 deUint32 format = texFormats[formatNdx].internalFormat; in init() 78 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); in init()
|
D | es3pTextureFormatTests.cpp | 107 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 109 deUint32 format = texFormats[formatNdx].internalFormat; in init() 110 string nameBase = texFormats[formatNdx].name; in init()
|
D | es3pTextureFilteringTests.cpp | 83 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 85 deUint32 format = texFormats[formatNdx].internalFormat; in init() 92 … = string(cases[caseNdx].name) + (minify ? "_minify_" : "_magnify_") + texFormats[formatNdx].name; in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSizeTests.cpp | 382 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init() 390 formats[formatNdx].format, formats[formatNdx].dataType, in init() 405 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init() 413 formats[formatNdx].format, formats[formatNdx].dataType, in init()
|
D | es2fTextureSpecificationTests.cpp | 1556 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 1558 const char* fmtName = texFormats[formatNdx].name; in init() 1559 deUint32 format = texFormats[formatNdx].format; in init() 1560 deUint32 dataType = texFormats[formatNdx].dataType; in init() 1580 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(texFormats)-1); in init() local 1584 …ring("2d_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].… in init() 1590 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(texFormats)-1); in init() local 1593 …ng("cube_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].… in init() 1643 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 1645 const char* fmtName = texFormats[formatNdx].name; in init() [all …]
|
D | es2fTextureFormatTests.cpp | 645 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 647 deUint32 format = texFormats[formatNdx].format; in init() 648 deUint32 dataType = texFormats[formatNdx].dataType; in init() 649 string nameBase = texFormats[formatNdx].name; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSizeTests.cpp | 382 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init() 390 formats[formatNdx].format, formats[formatNdx].dataType, in init() 405 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : ""); in init() 413 formats[formatNdx].format, formats[formatNdx].dataType, in init()
|
D | es3fTextureFormatTests.cpp | 1300 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++) in init() local 1302 deUint32 format = texFormats[formatNdx].format; in init() 1303 deUint32 dataType = texFormats[formatNdx].dataType; in init() 1304 string nameBase = texFormats[formatNdx].name; in init() 1388 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedColorFormats); formatNdx++) in init() local 1390 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat; in init() 1391 string nameBase = sizedColorFormats[formatNdx].name; in init() 1404 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(sizedDepthStencilFormats); formatNdx++) in init() local 1406 deUint32 internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init() 1407 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init() [all …]
|
D | es3fTextureSpecificationTests.cpp | 3473 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local 3475 const char* fmtName = colorFormats[formatNdx].name; in init() 3476 deUint32 format = colorFormats[formatNdx].internalFormat; in init() 3496 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() local 3500 …_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat,… in init() 3506 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() local 3509 …ontext, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat,… in init() 3624 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() local 3626 const string fmtName = colorFormats[formatNdx].name; in init() 3627 const deUint32 format = colorFormats[formatNdx].internalFormat; in init() [all …]
|
D | es3fTextureShadowTests.cpp | 1033 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 1037 deUint32 format = formats[formatNdx].format; in init() 1043 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name; in init() 1063 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 1067 deUint32 format = formats[formatNdx].format; in init() 1072 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name; in init() 1092 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++) in init() local 1096 deUint32 format = formats[formatNdx].format; in init() 1103 string name = string(compareFuncs[compareNdx].name) + "_" + formats[formatNdx].name; in init()
|
D | es3fPixelBufferObjectTests.cpp | 699 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(renderbufferFormats); formatNdx++) in init() local 705 …testSpec.name = string(renderbufferFormatsStr [formatNdx]) + "_" + (trianglesClears == 0 ? "tr… in init() 710 testSpec.renderbufferFormat = renderbufferFormats[formatNdx]; in init()
|
D | es3fTextureWrapTests.cpp | 499 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init() local 501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() 511 etc2Formats[formatNdx].format, in init()
|
D | es3fNegativeTextureApiTests.cpp | 506 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init() 508 const GLuint format = s_astcFormats[formatNdx]; in init() 2687 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init() 2689 const GLuint format = s_astcFormats[formatNdx]; in init() 3000 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init() 3002 const GLuint format = s_astcFormats[formatNdx]; in init() 3143 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_astcFormats); formatNdx++) in init() 3145 const GLuint format = s_astcFormats[formatNdx]; in init()
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 523 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(androidFormats); ++formatNdx) in init() local 524 …d(new Image::CreateImageGLES2(m_eglTestCtx, EGL_NATIVE_BUFFER_ANDROID, androidFormats[formatNdx])); in init()
|