Searched refs:fboConfig (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 72 … void appendConfigArgs(const Config& config, std::vector<std::string>& args, const char* fboConfig) in appendConfigArgs() argument 74 if (fboConfig != NULL) in appendConfigArgs() 76 args.push_back(string("--deqp-gl-config-name=") + fboConfig); in appendConfigArgs() 83 if (fboConfig == NULL) in appendConfigArgs() 392 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig); in getTestRunsForNoContext() 440 appendConfigArgs(*cfgIter, params.args, runParams[runNdx].fboConfig); in getTestRunsForES() 486 appendConfigArgs(*cfgIter, params.args, runParams[runNdx].fboConfig); in getTestRunsForGL()
|
D | glcTestRunner.hpp | 52 const char* fboConfig; member
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 573 ValidStatusCodes FboVerifier::validStatusCodes (const Framebuffer& fboConfig) const in validStatusCodes() 575 const AttachmentMap& atts = fboConfig.attachments; in validStatusCodes() 578 for (TextureMap::const_iterator it = fboConfig.textures.begin(); in validStatusCodes() 579 it != fboConfig.textures.end(); it++) in validStatusCodes() 609 for (RboMap::const_iterator it = fboConfig.rbos.begin(); it != fboConfig.rbos.end(); it++) in validStatusCodes() 636 const Image* const image = fboConfig.getImage(attachmentType(att), att.imageName); in validStatusCodes()
|
/external/deqp/external/openglcts/scripts/ |
D | mustpass.py | 344 …glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, su…
|