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

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp251 static void translateShaderSource (deUint32 shaderType, std::ostream& dst, const std::string& src, const std::vector<std::string>& filteredExtensions) argument
314 const bool filteredExtension = std::find(filteredExtensions.begin(), filteredExtensions.end(), extName) != filteredExtensions.end();
334 static std::string translateShaderSources (deUint32 shaderType, deInt32 count, const char* const* strings, const int* length, const std::vector<std::string>& filteredExtensions) argument
345 translateShaderSource(shaderType, srcOut, srcIn.str(), filteredExtensions);

Completed in 42 milliseconds