HomeSort by relevance Sort by last modified time
    Searched full: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 217 GrGLint numFormats;
218 GR_GL_GetIntegerv(gl, GR_GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
219 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
221 for (int i = 0; i < numFormats; ++i) {
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 363 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t);
366 for (; formatIdx < numFormats; formatIdx++) {
369 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 430 milliseconds