Searched refs:ShGetInfoPointer (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Shader.cpp | 229 … ShGetInfoPointer(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() 569 … ShGetInfoPointer(mFragmentCompiler, SH_ACTIVE_OUTPUT_VARIABLES_ARRAY, &activeOutputVariables); in compile()
|
/external/chromium_org/third_party/angle/include/GLSLANG/ |
D | ShaderLang.h | 511 COMPILER_EXPORT void ShGetInfoPointer(const ShHandle handle,
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | ShaderLang.cpp | 401 void ShGetInfoPointer(const ShHandle handle, ShShaderInfo pname, void** params) in ShGetInfoPointer() function
|