OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 525 milliseconds