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

/external/deqp/modules/gles2/functional/
H A Des2fApiCase.cpp99 deInt32 numFormats; local
100 GLU_CHECK_CALL(glGetIntegerv(numSupportedValues, &numFormats));
101 if (numFormats == 0)
106 values.resize(numFormats);
/external/deqp/modules/gles3/functional/
H A Des3fApiCase.cpp101 deInt32 numFormats; local
102 GLU_CHECK_CALL(glGetIntegerv(numSupportedValues, &numFormats));
103 if (numFormats == 0)
108 values.resize(numFormats);
H A Des3fImplementationLimitTests.cpp289 const GLint numFormats = query<GLint>(gl, GL_NUM_COMPRESSED_TEXTURE_FORMATS); local
290 vector<GLint> formats (numFormats);
293 if (numFormats > 0)
H A Des3fShaderApiTests.cpp1134 GLint numFormats = -1; local
1135 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &numFormats);
1139 if (numFormats > 0)
1141 out.resize(numFormats, 0);
/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp131 STDAPI GetNumberOfFormats(UINT32 *numFormats) argument
133 *numFormats = g_NumArcs;
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp199 int numFormats = 0; local
200 gl.getIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
202 vector<int> formats(numFormats);
203 if (numFormats > 0)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp487 GrGLint numFormats; local
488 GR_GL_GetIntegerv(gli, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
489 if (numFormats) {
490 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
492 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++)
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp448 GrGLint numFormats; local
449 GR_GL_GetIntegerv(gli, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
450 if (numFormats) {
451 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
453 for (int i = 0; i < numFormats; ++i) {
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp153 deInt32 numFormats = 0x1234; local
154 ctx.glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &numFormats);
156 if (numFormats == 0)
160 binaryFormats.resize(numFormats);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 732 milliseconds