Searched defs:queryParam (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) argument
36 gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value);
68 const deUint32 queryParam = GL_ACTIVE_VARIABLES; local
69 gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.size(), DE_NULL, &activeVariables[0]);
H A DgluProgramInterfaceQuery.hpp89 int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
90 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) argument
105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntime.js291 Runtime.queryParam = function(name)
766 this._supportEnabled = Runtime.queryParam("experiments") !== null;
927 var settingsParam = Runtime.queryParam("settings");
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp76 GLint getInteger (ContextWrapper& gl, GLenum queryParam) argument
80 gl.glGetIntegerv(queryParam, &ret),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 438 milliseconds