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

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp40 struct InterfaceBlockInfo struct in namespace:glu
48 InterfaceBlockInfo (void) function in struct:glu::InterfaceBlockInfo
95 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info);
96 InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
115 inline InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index)
117 InterfaceBlockInfo info;

Completed in 83 milliseconds