Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.cpp280 const ST_ShaderCompileResult* compileResult, in getShaderLinkInfo() argument
289 for (uint32_t i = 0; i < compileResult->nameHashingMap->entryCount; ++i) { in getShaderLinkInfo()
290 linkInfo->nameMap[compileResult->nameHashingMap->ppUserNames[i]] = in getShaderLinkInfo()
291 compileResult->nameHashingMap->ppCompiledNames[i]; in getShaderLinkInfo()
303 compileResult->uniformsCount, in getShaderLinkInfo()
304 compileResult->pUniforms, in getShaderLinkInfo()
309 compileResult->inputVaryingsCount, compileResult->pInputVaryings, in getShaderLinkInfo()
313 compileResult->outputVaryingsCount, compileResult->pOutputVaryings, in getShaderLinkInfo()
328 compileResult->allAttributesCount, in getShaderLinkInfo()
329 compileResult->pAllAttributes, in getShaderLinkInfo()
[all …]