Lines Matching refs:programInterface

89 …ResourceInt			(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
90 …esourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
92 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
93 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
95 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
96 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
98 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
99 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
103 …amResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceInt() argument
105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
108 …mResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceName() argument
111 getProgramResourceName(gl, program, programInterface, index, name); in getProgramResourceName()
115 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceBlockInfo() argument
118 getProgramInterfaceBlockInfo(gl, program, programInterface, index, info); in getProgramInterfaceBlockInfo()
122 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceVariableInfo() argument
125 getProgramInterfaceVariableInfo(gl, program, programInterface, index, info); in getProgramInterfaceVariableInfo()