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

  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst)
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);
gluProgramInterfaceQuery.hpp 92 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)
111 getProgramResourceName(gl, program, programInterface, index, name);

Completed in 205 milliseconds