OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fboConfig
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp
52
const char*
fboConfig
;
glcTestRunner.cpp
72
static void appendConfigArgs(const Config& config, std::vector<std::string>& args, const char*
fboConfig
)
74
if (
fboConfig
!= NULL)
76
args.push_back(string("--deqp-gl-config-name=") +
fboConfig
);
83
if (
fboConfig
== NULL)
392
appendConfigArgs(*cfgIter, params.args, runParams[i].
fboConfig
);
440
appendConfigArgs(*cfgIter, params.args, runParams[runNdx].
fboConfig
);
486
appendConfigArgs(*cfgIter, params.args, runParams[runNdx].
fboConfig
);
/external/deqp/modules/glshared/
glsFboUtil.cpp
559
* This function examines the framebuffer configuration descriptor `
fboConfig
`
562
* whose configuration adheres to `
fboConfig
`.
573
ValidStatusCodes FboVerifier::validStatusCodes (const Framebuffer&
fboConfig
) const
575
const AttachmentMap& atts =
fboConfig
.attachments;
578
for (TextureMap::const_iterator it =
fboConfig
.textures.begin();
579
it !=
fboConfig
.textures.end(); it++)
609
for (RboMap::const_iterator it =
fboConfig
.rbos.begin(); it !=
fboConfig
.rbos.end(); it++)
636
const Image* const image =
fboConfig
.getImage(attachmentType(att), att.imageName);
/external/deqp/external/openglcts/scripts/
mustpass.py
52
def __init__ (self, name, filters, glconfig = None, rotation = "unspecified", surfacetype = None, surfacewidth = None, surfaceheight = None, baseseed = None,
fboconfig
= None, required = False, runtime = None, os = "any"):
61
self.
fboconfig
=
fboconfig
126
if config.
fboconfig
!= None:
127
cmdLine += "--deqp-gl-config-name=%s --deqp-surface-type=fbo " % config.
fboconfig
324
TABLE_ELEM_PATTERN = "{apiType} {configName} {glConfigName} {screenRotation} {baseSeed} {
fboConfig
} {surfaceWidth} {surfaceHeight}"
340
pFBOConfig = getConfigName(config.
fboconfig
) + ','
344
elemContent = TABLE_ELEM_PATTERN.format(apiType = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed,
fboConfig
= pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
Completed in 104 milliseconds