HomeSort by relevance Sort by last modified time
    Searched refs:ShGetInfo (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
ANGLEWebKitBridge.cpp 94 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &logSize);
106 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &translationLength);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLSLANG/
ShaderLang.h 188 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, int* params);
197 // ShGetInfo with SH_INFO_LOG_LENGTH.
207 // ShGetInfo with SH_OBJECT_CODE_LENGTH.
223 // calling ShGetInfo with SH_ACTIVE_ATTRIBUTE_MAX_LENGTH.
244 // ShGetInfo with SH_ACTIVE_UNIFORMS_MAX_LENGTH.
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 291 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &objCodeLen);
300 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &infoLogLen);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShaderLang.cpp 168 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, int* params)

Completed in 3311 milliseconds