Home
last modified time | relevance | path

Searched refs:textureSizeCases (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1970 } textureSizeCases[] = in init() local
1996 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(textureSizeCases); ++ndx) in init()
1998 …_context, (std::string(textureSizeCases[ndx].name) + "_vertex").c_str(), "", textureSizeCases[nd… in init()
1999 …_context, (std::string(textureSizeCases[ndx].name) + "_fragment").c_str(), "", textureSizeCases[nd… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp3447 const TexQueryFuncCaseSpec textureSizeCases[] = in init() local
3487 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(textureSizeCases); ++ndx) in init()
3489 const TexQueryFuncCaseSpec& caseSpec = textureSizeCases[ndx]; in init()