Home
last modified time | relevance | path

Searched refs:attribPrefix (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp411 string attribPrefix = ""; in execute() local
414 attribPrefix = "a_"; in execute()
417 string attribName = attribPrefix + valueName; in execute()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp1244 string attribPrefix = "";
1247 attribPrefix = "a_";
1250 string attribName = attribPrefix + valueName;

Completed in 4 milliseconds