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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 229 ShGetInfoPointer(compiler, SH_ACTIVE_VARYINGS_ARRAY, reinterpret_cast<void**>(&activeVaryings));
363 ShGetInfoPointer(compiler, SH_ACTIVE_UNIFORMS_ARRAY, &activeUniforms);
367 ShGetInfoPointer(compiler, SH_ACTIVE_INTERFACE_BLOCKS_ARRAY, &activeInterfaceBlocks);
538 ShGetInfoPointer(mVertexCompiler, SH_ACTIVE_ATTRIBUTES_ARRAY, &activeAttributes);
569 ShGetInfoPointer(mFragmentCompiler, SH_ACTIVE_OUTPUT_VARIABLES_ARRAY, &activeOutputVariables);
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 511 COMPILER_EXPORT void ShGetInfoPointer(const ShHandle handle,
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderLang.cpp 401 void ShGetInfoPointer(const ShHandle handle, ShShaderInfo pname, void** params)

Completed in 189 milliseconds