Home
last modified time | relevance | path

Searched refs:ShGetInfoPointer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DShader.cpp229ShGetInfoPointer(compiler, SH_ACTIVE_VARYINGS_ARRAY, reinterpret_cast<void**>(&activeVaryings)); in parseVaryings()
363 ShGetInfoPointer(compiler, SH_ACTIVE_UNIFORMS_ARRAY, &activeUniforms); in compileToHLSL()
367 ShGetInfoPointer(compiler, SH_ACTIVE_INTERFACE_BLOCKS_ARRAY, &activeInterfaceBlocks); in compileToHLSL()
538 ShGetInfoPointer(mVertexCompiler, SH_ACTIVE_ATTRIBUTES_ARRAY, &activeAttributes); in parseAttributes()
569ShGetInfoPointer(mFragmentCompiler, SH_ACTIVE_OUTPUT_VARIABLES_ARRAY, &activeOutputVariables); in compile()
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h511 COMPILER_EXPORT void ShGetInfoPointer(const ShHandle handle,
/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderLang.cpp401 void ShGetInfoPointer(const ShHandle handle, ShShaderInfo pname, void** params) in ShGetInfoPointer() function