Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp143 …LSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource);
144 …LSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource);
DglsShaderLibraryCase.cpp206 …GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource) in generateSharedSourceVertexCase() argument
213 retVal.vertexSources.push_back(sharedSource); in generateSharedSourceVertexCase()
217 …GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource) in generateSharedSourceFragmentCase() argument
224 retVal.fragmentSources.push_back(sharedSource); in generateSharedSourceFragmentCase()