Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DANGLEWebKitBridge.cpp94 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &logSize); in validateShaderSource()
106 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &translationLength); in validateShaderSource()
/external/webkit/Source/ThirdParty/ANGLE/include/GLSLANG/
DShaderLang.h188 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, int* params);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.cpp291 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &objCodeLen); in compileToHLSL()
300 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &infoLogLen); in compileToHLSL()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DShaderLang.cpp168 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, int* params) in ShGetInfo() function
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog137 (ShGetInfo):