Searched refs:queryParam (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 89 …::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam); 90 …::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam); 103 …w::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceInt() argument 105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
|
D | gluProgramInterfaceQuery.cpp | 33 …w::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceUint() argument 36 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value… in getProgramResourceUint() 68 const deUint32 queryParam = GL_ACTIVE_VARIABLES; in getProgramInterfaceActiveVariables() local 69 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.siz… in getProgramInterfaceActiveVariables()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLifetimeTests.cpp | 78 GLint getInteger (ContextWrapper& gl, GLenum queryParam) in getInteger() argument 82 gl.glGetIntegerv(queryParam, &ret), in getInteger()
|