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

  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 47 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &name_len);
50 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &name_len);
53 ShGetInfo(compiler, SH_VARYING_MAX_LENGTH, &name_len);
57 ShGetInfo(compiler, SH_MAPPED_NAME_MAX_LENGTH, &mapped_name_len);
63 ShGetInfo(compiler, var_type, &num_vars);
91 ShGetInfo(compiler, SH_HASHED_NAMES_COUNT, &hashed_names_count);
96 ShGetInfo(compiler, SH_NAME_MAX_LENGTH, &name_max_len);
97 ShGetInfo(compiler, SH_HASHED_NAME_MAX_LENGTH, &hashed_name_max_len);
178 ShGetInfo(compiler_, SH_OBJECT_CODE_LENGTH, &obj_code_len);
193 ShGetInfo(compiler_, SH_INFO_LOG_LENGTH, &info_log_len)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderLang.cpp 31 ShGetInfo(handle, SH_ACTIVE_UNIFORM_MAX_LENGTH, &activeUniformLimit);
33 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit);
35 ShGetInfo(handle, SH_VARYING_MAX_LENGTH, &varyingLimit);
44 ShGetInfo(handle, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameMaxLength);
189 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params)
343 // in ShGetInfo, below.
350 // SH_MAPPED_NAME_MAX_LENGTH in ShGetInfo, below.
380 ShGetInfo(handle, SH_NAME_MAX_LENGTH, &max_len);
391 ShGetInfo(handle, SH_HASHED_NAME_MAX_LENGTH, &max_len);
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 158 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen);
167 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &bufferLen);
288 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &nameSize);
291 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &nameSize);
304 ShGetInfo(compiler, varType, &activeVars);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 321 ShGetInfo(compiler, SH_SHADER_VERSION, &shaderVersion);
333 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &objCodeLen);
373 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &infoLogLen);
598 ShGetInfo(compiler, SH_OUTPUT_TYPE, &outputType);
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 338 // by calling ShGetInfo with SH_RESOURCES_STRING_LENGTH.
423 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
434 // ShGetInfo with SH_INFO_LOG_LENGTH.
444 // ShGetInfo with SH_OBJECT_CODE_LENGTH.
466 // variable name can be obtained by calling ShGetInfo with
492 // be obtained by calling ShGetInfo with SH_NAME_MAX_LENGTH.
496 // to store the name can be obtained by calling ShGetInfo with
  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 154 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen);

Completed in 197 milliseconds