OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glConfigName
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp
49
const char*
glConfigName
;
glcTestRunner.cpp
281
configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_egl_first_cfg[i].
glConfigName
);
310
params.args.push_back(string("--deqp-gl-config-name=") + string(aosp_mustpass_egl_first_cfg[i].
glConfigName
));
325
configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_es_first_cfg[i].
glConfigName
);
340
de::toString(aosp_mustpass_es_first_cfg[i].
glConfigName
))
355
params.args.push_back(string("--deqp-gl-config-name=") + string(aosp_mustpass_es_first_cfg[i].
glConfigName
));
/external/deqp/external/openglcts/scripts/
mustpass.py
324
TABLE_ELEM_PATTERN = "{apiType} {configName} {
glConfigName
} {screenRotation} {baseSeed} {fboConfig} {surfaceWidth} {surfaceHeight}"
344
elemContent = TABLE_ELEM_PATTERN.format(apiType = pApiType, configName = pConfigName,
glConfigName
= pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
Completed in 52 milliseconds