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

  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 46 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &name_len);
49 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &name_len);
52 ShGetInfo(compiler, SH_VARYING_MAX_LENGTH, &name_len);
56 ShGetInfo(compiler, SH_MAPPED_NAME_MAX_LENGTH, &mapped_name_len);
62 ShGetInfo(compiler, var_type, &num_vars);
90 ShGetInfo(compiler, SH_HASHED_NAMES_COUNT, &hashed_names_count);
95 ShGetInfo(compiler, SH_NAME_MAX_LENGTH, &name_max_len);
96 ShGetInfo(compiler, SH_HASHED_NAME_MAX_LENGTH, &hashed_name_max_len);
180 ShGetInfo(compiler_, SH_OBJECT_CODE_LENGTH, &obj_code_len);
195 ShGetInfo(compiler_, SH_INFO_LOG_LENGTH, &info_log_len)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
ShaderLang.cpp 29 ShGetInfo(handle, SH_ACTIVE_UNIFORM_MAX_LENGTH, &activeUniformLimit);
31 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit);
33 ShGetInfo(handle, SH_VARYING_MAX_LENGTH, &varyingLimit);
42 ShGetInfo(handle, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameMaxLength);
153 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params)
297 // in ShGetInfo, below.
304 // SH_MAPPED_NAME_MAX_LENGTH in ShGetInfo, below.
334 ShGetInfo(handle, SH_NAME_MAX_LENGTH, &max_len);
345 ShGetInfo(handle, SH_HASHED_NAME_MAX_LENGTH, &max_len);
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 159 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &bufferLen);
168 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);
301 ShGetInfo(compiler, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameSize);
311 ShGetInfo(compiler, varType, &activeVars);
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 363 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
374 // ShGetInfo with SH_INFO_LOG_LENGTH.
384 // ShGetInfo with SH_OBJECT_CODE_LENGTH.
406 // variable name can be obtained by calling ShGetInfo with
432 // be obtained by calling ShGetInfo with SH_NAME_MAX_LENGTH.
436 // to store the name can be obtained by calling ShGetInfo with