Home
last modified time | relevance | path

Searched refs:getProgramResourceUint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp33 uint32_t getProgramResourceUint(const glw::Functions &gl, uint32_t program, uint32_t programInterfa… in getProgramResourceUint() function
82 …info.bufferBinding = getProgramResourceUint(gl, program, programInterface, index, GL_BUFFER_BINDIN… in getProgramInterfaceBlockInfo()
83 …info.dataSize = getProgramResourceUint(gl, program, programInterface, index, GL_BUFFER_DATA_S… in getProgramInterfaceBlockInfo()
96 … info.blockIndex = getProgramResourceUint(gl, program, programInterface, index, GL_BLOCK_INDEX); in getProgramInterfaceVariableInfo()
97 info.type = getProgramResourceUint(gl, program, programInterface, index, GL_TYPE); in getProgramInterfaceVariableInfo()
98 info.arraySize = getProgramResourceUint(gl, program, programInterface, index, GL_ARRAY_SIZE); in getProgramInterfaceVariableInfo()
99 info.offset = getProgramResourceUint(gl, program, programInterface, index, GL_OFFSET); in getProgramInterfaceVariableInfo()
100 … info.arrayStride = getProgramResourceUint(gl, program, programInterface, index, GL_ARRAY_STRIDE); in getProgramInterfaceVariableInfo()
101 …info.matrixStride = getProgramResourceUint(gl, program, programInterface, index, GL_MATRIX_STRIDE); in getProgramInterfaceVariableInfo()
102 …info.isRowMajor = getProgramResourceUint(gl, program, programInterface, index, GL_IS_ROW_MAJOR) … in getProgramInterfaceVariableInfo()
[all …]
H A DgluProgramInterfaceQuery.hpp87 uint32_t getProgramResourceUint(const glw::Functions &gl, uint32_t program, uint32_t programInterfa…
110 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp1683 …const uint32_t bufferIndex = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniform… in iterate()
1685 …const uint32_t bufferSize = getProgramResourceUint(gl, program.getProgram(), GL_ATOMIC_COUNTER_B… in iterate()
1721getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniformIndex, GL_OFFSET); in iterate()
1722 …const uint32_t bufferIndex = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniformI… in iterate()
1724 …const uint32_t bufferSize = getProgramResourceUint(gl, program.getProgram(), GL_ATOMIC_COUNTER_BU… in iterate()