HomeSort by relevance Sort by last modified time
    Searched defs:getProgramInterfaceVariableInfo (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp 86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info)
gluProgramInterfaceQuery.hpp 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)
125 getProgramInterfaceVariableInfo(gl, program, programInterface, index, info);

Completed in 79 milliseconds