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

  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.cpp 74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info)
gluProgramInterfaceQuery.hpp 95 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info);
96 InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
115 inline InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index)
118 getProgramInterfaceBlockInfo(gl, program, programInterface, index, info);

Completed in 65 milliseconds