Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
DANGLEPlatformBridge.cpp37 inline static ANGLEGetInfoType getValidationResultValue(const ShHandle compiler, ShShaderInfo shade… in getValidationResultValue() function
60 ANGLEGetInfoType numSymbols = getValidationResultValue(compiler, symbolType); in getSymbolInfo()
62 ANGLEGetInfoType maxNameLength = getValidationResultValue(compiler, symbolMaxNameLengthType); in getSymbolInfo()
66 …ANGLEGetInfoType maxMappedNameLength = getValidationResultValue(compiler, SH_MAPPED_NAME_MAX_LENGT… in getSymbolInfo()
201 int logSize = getValidationResultValue(compiler, SH_INFO_LOG_LENGTH); in compileShaderSource()
212 int translationLength = getValidationResultValue(compiler, SH_OBJECT_CODE_LENGTH); in compileShaderSource()