Home
last modified time | relevance | path

Searched refs:InterfaceBlockInfo (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.hpp40 struct InterfaceBlockInfo struct
48 InterfaceBlockInfo (void) in InterfaceBlockInfo() argument
95 …ctions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info);
96 InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUin…
115 inline InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program,… in getProgramInterfaceBlockInfo()
117 InterfaceBlockInfo info; in getProgramInterfaceBlockInfo()
DgluProgramInterfaceQuery.cpp74 …nctions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info) in getProgramInterfaceBlockInfo()
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp172 …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()
Des31fShaderSharedVarTests.cpp181 …const InterfaceBlockInfo outBlockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAG… in iterate()
Des31fShaderAtomicOpTests.cpp196 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_… in iterate()
998 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_… in iterate()
Des31fSSBOLayoutCase.cpp2608 …const glu::InterfaceBlockInfo acBufferInfo = acVarInfo.atomicCounterBufferIndex != GL_INVALID_IND… in execute()
2609 : glu::InterfaceBlockInfo(); in execute()