Searched defs:ShHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle_dx11/include/GLSLANG/
H A DShaderLang.h249 // ShHandle held by but opaque to the driver. It is allocated,
255 typedef void* ShHandle; typedef
269 COMPILER_EXPORT ShHandle ShConstructCompiler(
274 COMPILER_EXPORT void ShDestruct(ShHandle handle);
302 const ShHandle handle,
334 COMPILER_EXPORT void ShGetInfo(const ShHandle handle,
346 COMPILER_EXPORT void ShGetInfoLog(const ShHandle handle, char* infoLog);
356 COMPILER_EXPORT void ShGetObjectCode(const ShHandle handle, char* objCode);
377 COMPILER_EXPORT void ShGetActiveAttrib(const ShHandle handle,
404 COMPILER_EXPORT void ShGetActiveUniform(const ShHandle handl
[all...]

Completed in 80 milliseconds