Searched defs:numParams (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dqueryconversions.cpp76 unsigned int numParams, QueryT *outParams)
81 intParams = new GLint[numParams];
85 for (unsigned int i = 0; i < numParams; ++i)
95 boolParams = new GLboolean[numParams];
99 for (unsigned int i = 0; i < numParams; ++i)
109 floatParams = new GLfloat[numParams];
113 for (unsigned int i = 0; i < numParams; ++i)
123 int64Params = new GLint64[numParams];
127 for (unsigned int i = 0; i < numParams; ++i)
75 CastStateValues(Context *context, GLenum nativeType, GLenum pname, unsigned int numParams, QueryT *outParams) argument
H A DvalidationES.cpp1144 bool ValidateStateQuery(gl::Context *context, GLenum pname, GLenum *nativeType, unsigned int *numParams) argument
1146 if (!context->getQueryParameterInfo(pname, nativeType, numParams))
1201 if (numParams == 0)
H A DContext.cpp1014 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) argument
1019 *numParams = 1;
1035 *numParams = mCaps.compressedTextureFormats.size();
1041 *numParams = mCaps.programBinaryFormats.size();
1047 *numParams = mCaps.shaderBinaryFormats.size();
1118 *numParams = 1;
1126 *numParams = 1;
1140 *numParams = 1;
1151 *numParams = 2;
1158 *numParams
1282 getIndexedQueryParameterInfo(GLenum target, GLenum *type, unsigned int *numParams) argument
[all...]
H A DlibGLESv2.cpp1964 unsigned int numParams = 0; local
1965 if (!ValidateStateQuery(context, pname, &nativeType, &numParams))
1976 CastStateValues(context, nativeType, pname, numParams, params);
2092 unsigned int numParams = 0; local
2093 if (!ValidateStateQuery(context, pname, &nativeType, &numParams))
2104 CastStateValues(context, nativeType, pname, numParams, params);
2428 unsigned int numParams = 0; local
2430 if (!ValidateStateQuery(context, pname, &nativeType, &numParams))
2441 CastStateValues(context, nativeType, pname, numParams, params);
5883 unsigned int numParams local
7401 unsigned int numParams = 0; local
7505 unsigned int numParams = 0; local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_threadStart.c56 DWORD numParams = ep->ExceptionRecord->NumberParameters; local
58 numParams = (numParams > 3) ? 3 : numParams;
60 for (param = 0; param < numParams; param++)
/external/clang/tools/libclang/
H A DCXType.cpp558 unsigned numParams = FD->getNumParams(); local
559 if (i >= numParams)
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3218 /// otherwise setting numParams to the appropriate value.
3219 bool Sema::CheckRegparmAttr(const AttributeList &Attr, unsigned &numParams) { argument
3242 numParams = NP;
3243 if (numParams > Context.getTargetInfo().getRegParmMax()) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 345 milliseconds