Searched refs:numFormats (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp131 STDAPI GetNumberOfFormats(UINT32 *numFormats) argument
133 *numFormats = g_NumArcs;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp233 GrGLint numFormats; local
234 GR_GL_GetIntegerv(gli, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
235 if (numFormats) {
236 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
238 for (int i = 0; i < numFormats; ++i) {
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp233 GrGLint numFormats; local
234 GR_GL_GetIntegerv(gli, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
235 if (numFormats) {
236 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
238 for (int i = 0; i < numFormats; ++i) {
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp88 typedef UInt32 (WINAPI *GetNumberOfFormatsFunc)(UInt32 *numFormats);
248 UInt32 numFormats = 1; local
252 RINOK(getNumberOfFormats(&numFormats));
255 numFormats = 1;
257 for(UInt32 i = 0; i < numFormats; i++)

Completed in 128 milliseconds