Searched refs:ShGetInfo (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/gpu/command_buffer/service/ |
D | shader_translator.cc | 47 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &name_len); in GetVariableInfo() 50 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &name_len); in GetVariableInfo() 53 ShGetInfo(compiler, SH_VARYING_MAX_LENGTH, &name_len); in GetVariableInfo() 57 ShGetInfo(compiler, SH_MAPPED_NAME_MAX_LENGTH, &mapped_name_len); in GetVariableInfo() 63 ShGetInfo(compiler, var_type, &num_vars); in GetVariableInfo() 91 ShGetInfo(compiler, SH_HASHED_NAMES_COUNT, &hashed_names_count); in GetNameHashingInfo() 96 ShGetInfo(compiler, SH_NAME_MAX_LENGTH, &name_max_len); in GetNameHashingInfo() 97 ShGetInfo(compiler, SH_HASHED_NAME_MAX_LENGTH, &hashed_name_max_len); in GetNameHashingInfo() 178 ShGetInfo(compiler_, SH_OBJECT_CODE_LENGTH, &obj_code_len); in Translate() 193 ShGetInfo(compiler_, SH_INFO_LOG_LENGTH, &info_log_len); in Translate() [all …]
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | ShaderLang.cpp | 31 ShGetInfo(handle, SH_ACTIVE_UNIFORM_MAX_LENGTH, &activeUniformLimit); in checkVariableMaxLengths() 33 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit); in checkVariableMaxLengths() 35 ShGetInfo(handle, SH_VARYING_MAX_LENGTH, &varyingLimit); in checkVariableMaxLengths() 44 ShGetInfo(handle, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameMaxLength); in checkMappedNameMaxLength() 189 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params) in ShGetInfo() function 380 ShGetInfo(handle, SH_NAME_MAX_LENGTH, &max_len); in ShGetNameHashingEntry() 391 ShGetInfo(handle, SH_HASHED_NAME_MAX_LENGTH, &max_len); in ShGetNameHashingEntry()
|
/external/chromium_org/third_party/angle/samples/translator/ |
D | translator.cpp | 158 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen); in main() 167 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() 304 ShGetInfo(compiler, varType, &activeVars); in PrintActiveVariables()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Shader.cpp | 321 ShGetInfo(compiler, SH_SHADER_VERSION, &shaderVersion); in compileToHLSL() 333 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &objCodeLen); in compileToHLSL() 373 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &infoLogLen); in compileToHLSL() 598 ShGetInfo(compiler, SH_OUTPUT_TYPE, &outputType); in getCompilerOutputType()
|
/external/chromium_org/third_party/angle/include/GLSLANG/ |
D | ShaderLang.h | 423 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
|
/external/chromium_org/third_party/angle/tests/compiler_tests/ |
D | ExpressionLimit_test.cpp | 154 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen);
|