Home | History | Annotate | Download | only in GLSLANG

Lines Matching refs:ShHandle

116 // ShHandle held by but opaque to the driver.  It is allocated,
122 typedef void* ShHandle;
133 ShHandle ShConstructCompiler(ShShaderType type, ShShaderSpec spec,
135 void ShDestruct(ShHandle handle);
163 const ShHandle handle,
188 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, int* params);
198 void ShGetInfoLog(const ShHandle handle, char* infoLog);
208 void ShGetObjectCode(const ShHandle handle, char* objCode);
224 void ShGetActiveAttrib(const ShHandle handle,
245 void ShGetActiveUniform(const ShHandle handle,