Searched refs:getProgramInterfaceBlockInfo (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 95 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 program… 96 InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUin… 115 inline InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program,… in getProgramInterfaceBlockInfo() function 118 getProgramInterfaceBlockInfo(gl, program, programInterface, index, info); in getProgramInterfaceBlockInfo()
|
D | gluProgramInterfaceQuery.cpp | 74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInte… in getProgramInterfaceBlockInfo() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 172 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNI… in iterate() 292 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHA… in iterate() 315 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHA… in iterate() 1137 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHA… in iterate() 1264 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHA… in iterate()
|
D | es31fShaderAtomicOpTests.cpp | 196 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_… in iterate() 998 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_… in iterate()
|
D | es31fShaderSharedVarTests.cpp | 181 …const InterfaceBlockInfo outBlockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAG… in iterate()
|
D | es31fSSBOLayoutCase.cpp | 2608 …acVarInfo.atomicCounterBufferIndex != GL_INVALID_INDEX ? glu::getProgramInterfaceBlockInfo(gl, pro… in execute()
|