OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mustpassDir
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/openglcts/modules/runner/
glcAospMustpassEgl.hpp
22
const char*
mustpassDir
= "gl_cts/data/mustpass/egl/aosp_mustpass/master/";
glcKhronosMustpassEsNocontext.hpp
22
const char*
mustpassDir
= "gl_cts/data/mustpass/gles/khronos_mustpass_noctx/master/";
glcKhronosMustpassGlNocontext.hpp
22
const char*
mustpassDir
= "gl_cts/data/mustpass/gl/khronos_mustpass_noctx/4.6.1.x/";
glcAospMustpassEs.hpp
22
const char*
mustpassDir
= "gl_cts/data/mustpass/gles/aosp_mustpass/master/";
glcKhronosMustpassEs.hpp
22
const char*
mustpassDir
= "gl_cts/data/mustpass/gles/khronos_mustpass/master/";
glcTestRunner.cpp
233
static const string getCaseListFileOption(const char*
mustpassDir
, const char* apiName, const char* mustpassName)
240
return case_list_option +
mustpassDir
+ apiName + "-" + mustpassName + ".txt";
257
static void getBaseOptions(std::vector<std::string>& args, const char*
mustpassDir
, const char* apiName,
260
args.push_back(getCaseListFileOption(
mustpassDir
, apiName, configName));
307
getBaseOptions(params.args,
mustpassDir
, apiName, aosp_mustpass_egl_first_cfg[i].configName,
352
getBaseOptions(params.args,
mustpassDir
, apiName, aosp_mustpass_es_first_cfg[i].configName,
369
const int numRunParams, const char*
mustpassDir
)
387
getBaseOptions(params.args,
mustpassDir
, apiName, runParams[i].configName, runParams[i].screenRotation, width,
402
DE_LENGTH_OF_ARRAY(khronos_mustpass_es_nocontext_first_cfg),
mustpassDir
);
436
getBaseOptions(params.args,
mustpassDir
, apiName, runParams[runNdx].configName
[
all
...]
glcKhronosMustpassGl.hpp
22
const char*
mustpassDir
= "gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/";
Completed in 75 milliseconds