Searched refs:programGLInterfaceValue (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTests.cpp | 1867 const glw::GLenum programGLInterfaceValue = getProgramInterfaceGLEnum(programInterface); in iterate() local 1887 …gl.getProgramResourceIndex(program.getProgram(), programGLInterfaceValue, blockNames[blockNdx].c_s… in iterate() 1909 gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, in iterate() 1951 gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, in iterate() 2134 …gl.getProgramInterfaceiv(program.getProgram(), programGLInterfaceValue, GL_MAX_NUM_ACTIVE_VARIABLE… in iterate() 2179 const glw::GLenum programGLInterfaceValue = getProgramInterfaceGLEnum(programInterface); in iterate() local 2194 …gl.getProgramResourceIndex(program.getProgram(), programGLInterfaceValue, blockNames[blockNdx].c_s… in iterate() 2213 …gl.getProgramResourceiv(program.getProgram(), programGLInterfaceValue, resourceNdx, 1, &prop, 1, D… in iterate()
|