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

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp57 struct InterfaceVariableInfo struct in namespace:glu
72 InterfaceVariableInfo (void) function in struct:glu::InterfaceVariableInfo
98 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info);
99 InterfaceVariableInfo getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
122 inline InterfaceVariableInfo getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index)
124 InterfaceVariableInfo info;

Completed in 46 milliseconds