Searched refs:getProgramResourceUint (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluProgramInterfaceQuery.cpp | 33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterf… in getProgramResourceUint() function 77 …info.bufferBinding = getProgramResourceUint(gl, program, programInterface, index, GL_BUFFER_BINDIN… in getProgramInterfaceBlockInfo() 78 info.dataSize = getProgramResourceUint(gl, program, programInterface, index, GL_BUFFER_DATA_SIZE); in getProgramInterfaceBlockInfo() 90 info.blockIndex = getProgramResourceUint(gl, program, programInterface, index, GL_BLOCK_INDEX); in getProgramInterfaceVariableInfo() 91 info.type = getProgramResourceUint(gl, program, programInterface, index, GL_TYPE); in getProgramInterfaceVariableInfo() 92 info.arraySize = getProgramResourceUint(gl, program, programInterface, index, GL_ARRAY_SIZE); in getProgramInterfaceVariableInfo() 93 info.offset = getProgramResourceUint(gl, program, programInterface, index, GL_OFFSET); in getProgramInterfaceVariableInfo() 94 info.arrayStride = getProgramResourceUint(gl, program, programInterface, index, GL_ARRAY_STRIDE); in getProgramInterfaceVariableInfo() 95 info.matrixStride = getProgramResourceUint(gl, program, programInterface, index, GL_MATRIX_STRIDE); in getProgramInterfaceVariableInfo() 96 …info.isRowMajor = getProgramResourceUint(gl, program, programInterface, index, GL_IS_ROW_MAJOR) !… in getProgramInterfaceVariableInfo() [all …]
|
D | gluProgramInterfaceQuery.hpp | 90 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programI… 105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 1535 …const deUint32 bufferIndex = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniform… in iterate() 1536 …const deUint32 bufferSize = getProgramResourceUint(gl, program.getProgram(), GL_ATOMIC_COUNTER_BU… in iterate() 1568 …const deUint32 uniformOffset = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, unifo… in iterate() 1569 …const deUint32 bufferIndex = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, unifor… in iterate() 1570 …const deUint32 bufferSize = getProgramResourceUint(gl, program.getProgram(), GL_ATOMIC_COUNTER_B… in iterate()
|