Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dshader_translator.cc46 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &name_len); in GetVariableInfo()
49 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &name_len); in GetVariableInfo()
52 ShGetInfo(compiler, SH_VARYING_MAX_LENGTH, &name_len); in GetVariableInfo()
56 ShGetInfo(compiler, SH_MAPPED_NAME_MAX_LENGTH, &mapped_name_len); in GetVariableInfo()
62 ShGetInfo(compiler, var_type, &num_vars); in GetVariableInfo()
90 ShGetInfo(compiler, SH_HASHED_NAMES_COUNT, &hashed_names_count); in GetNameHashingInfo()
95 ShGetInfo(compiler, SH_NAME_MAX_LENGTH, &name_max_len); in GetNameHashingInfo()
96 ShGetInfo(compiler, SH_HASHED_NAME_MAX_LENGTH, &hashed_name_max_len); in GetNameHashingInfo()
180 ShGetInfo(compiler_, SH_OBJECT_CODE_LENGTH, &obj_code_len); in Translate()
195 ShGetInfo(compiler_, SH_INFO_LOG_LENGTH, &info_log_len); in Translate()
/external/chromium_org/third_party/angle/src/compiler/
DShaderLang.cpp29 ShGetInfo(handle, SH_ACTIVE_UNIFORM_MAX_LENGTH, &activeUniformLimit); in checkVariableMaxLengths()
31 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit); in checkVariableMaxLengths()
33 ShGetInfo(handle, SH_VARYING_MAX_LENGTH, &varyingLimit); in checkVariableMaxLengths()
42 ShGetInfo(handle, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameMaxLength); in checkMappedNameMaxLength()
153 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params) in ShGetInfo() function
334 ShGetInfo(handle, SH_NAME_MAX_LENGTH, &max_len); in ShGetNameHashingEntry()
345 ShGetInfo(handle, SH_HASHED_NAME_MAX_LENGTH, &max_len); in ShGetNameHashingEntry()
/external/chromium_org/third_party/angle/samples/translator/
Dtranslator.cpp159 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen); in main()
168 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &bufferLen); in main()
288 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &nameSize); in PrintActiveVariables()
291 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &nameSize); in PrintActiveVariables()
301 ShGetInfo(compiler, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameSize); in PrintActiveVariables()
311 ShGetInfo(compiler, varType, &activeVars); in PrintActiveVariables()
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h363 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
/external/chromium_org/third_party/angle/src/libGLESv2/
DShader.cpp389 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &objCodeLen); in compileToHLSL()
400 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &infoLogLen); in compileToHLSL()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
DANGLEPlatformBridge.cpp40 ShGetInfo(compiler, shaderInfo, &value); in getValidationResultValue()
/external/chromium_org/third_party/angle/tests/compiler_tests/
DExpressionLimit_test.cpp153 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen);