HomeSort by relevance Sort by last modified time
    Searched full:translateshadersources (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 410 static std::string translateShaderSources (deUint32 shaderType, deInt32 count, const char* const* strings, const int* length, const std::vector<std::string>& filteredExtensions, GLSLVersion version)
437 const std::string translatedSrc = translateShaderSources(shaderType, count, strings, length, context->extensionList, context->nativeGLSLVersion);
480 const std::string translatedSrc = translateShaderSources(type, count, strings, DE_NULL, context->extensionList, context->nativeGLSLVersion);

Completed in 4220 milliseconds