Searched refs:getProgramInterfaceBlockInfo (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluProgramInterfaceQuery.hpp | 95 void getProgramInterfaceBlockInfo(const glw::Functions &gl, uint32_t program, uint32_t programInter… 97 InterfaceBlockInfo getProgramInterfaceBlockInfo(const glw::Functions &gl, uint32_t program, uint32_… 121 inline InterfaceBlockInfo getProgramInterfaceBlockInfo(const glw::Functions &gl, uint32_t program, in getProgramInterfaceBlockInfo() function 125 getProgramInterfaceBlockInfo(gl, program, programInterface, index, info); in getProgramInterfaceBlockInfo()
|
H A D | gluProgramInterfaceQuery.cpp | 78 void getProgramInterfaceBlockInfo(const glw::Functions &gl, uint32_t program, uint32_t programInter… in getProgramInterfaceBlockInfo() function
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fBasicComputeShaderTests.cpp | 189 … getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNIFORM_BLOCK, blockIndex); in iterate() 328 … getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate() 356 … getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate() 1290 … getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate() 1431 … getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate()
|
H A D | es31fShaderAtomicOpTests.cpp | 203 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_B… in iterate() 1033 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_B… in iterate()
|
H A D | es31fShaderSharedVarTests.cpp | 182 getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, outBlockNdx); in iterate()
|
H A D | es31fSSBOLayoutCase.cpp | 2746 glu::getProgramInterfaceBlockInfo(gl, program, GL_ATOMIC_COUNTER_BUFFER, in execute()
|