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

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info) function in namespace:glu
H A DgluProgramInterfaceQuery.hpp98 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) function in namespace:glu
125 getProgramInterfaceVariableInfo(gl, program, programInterface, index, info);

Completed in 567 milliseconds