Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp95 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 DgluProgramInterfaceQuery.cpp78 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 Des31fBasicComputeShaderTests.cpp189getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNIFORM_BLOCK, blockIndex); in iterate()
328getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate()
356getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate()
1290getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate()
1431getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, blockIndex); in iterate()
H A Des31fShaderAtomicOpTests.cpp203 …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 Des31fShaderSharedVarTests.cpp182 getProgramInterfaceBlockInfo(gl, program, GL_SHADER_STORAGE_BLOCK, outBlockNdx); in iterate()
H A Des31fSSBOLayoutCase.cpp2746 glu::getProgramInterfaceBlockInfo(gl, program, GL_ATOMIC_COUNTER_BUFFER, in execute()