OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runParams
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp
45
struct
RunParams
69
std::vector<TestRunParams>
runParams
;
80
runParams
.clear();
113
void initSession(const TestRunParams&
runParams
);
glcTestRunner.cpp
368
static void getTestRunsForNoContext(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const
RunParams
*
runParams
,
375
if (!glu::contextSupports(glu::ContextType(type),
runParams
[i].apiType))
378
const char* apiName = getApiName(
runParams
[i].apiType);
380
const int width =
runParams
[i].surfaceWidth;
381
const int height =
runParams
[i].surfaceHeight;
382
const int seed =
runParams
[i].baseSeed;
385
params.logFilename = getLogFileName(apiName,
runParams
[i].configName, 1, i, width, height, seed);
387
getBaseOptions(params.args, mustpassDir, apiName,
runParams
[i].configName,
runParams
[i].screenRotation, width
[
all
...]
Completed in 568 milliseconds