HomeSort by relevance Sort by last modified time
    Searched refs:numFormats (Results 1 - 6 of 6) sorted by null

  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 100 int numFormats = results[0];
101 if (numFormats > results.length) {
102 results = new int[numFormats];
105 for (int i = 0; i < numFormats; i++) {
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 236 GrGLint numFormats;
237 GR_GL_GetIntegerv(gl, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
238 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
240 for (int i = 0; i < numFormats; ++i) {
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCamera2.cpp 275 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t);
278 for (; formatIdx < numFormats; formatIdx++) {
281 if (formatIdx == numFormats) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 296 CARD8 numFormats; /* number of pixmap formats */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 296 CARD8 numFormats; /* number of pixmap formats */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 296 CARD8 numFormats; /* number of pixmap formats */
    [all...]

Completed in 110 milliseconds