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

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst) function in namespace:glu
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]);
83 getProgramResourceName(gl, program, programInterface, index, info.name);
107 getProgramResourceName(gl, program, programInterface, index, info.name);
H A DgluProgramInterfaceQuery.hpp92 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst);
93 std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
108 inline std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index) function in namespace:glu
111 getProgramResourceName(gl, program, programInterface, index, name);

Completed in 116 milliseconds