HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 276 - 300 of 8082) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
colortab.h 40 GLsizei width, GLenum format, GLenum type,
45 GLsizei count, GLenum format, GLenum type,
55 GLsizei width, GLenum format, GLenum type,
63 GLsizei count, GLenum format, GLenum type,
texformat.h 36 GLint internalFormat, GLenum format, GLenum type);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
45 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
53 Format fFormat;
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 26 if test.format in ['ninja', 'android']:
52 if test.format == 'xcode':
64 if test.format == 'xcode':
86 if test.format == 'make':
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-subdir2-deep.py 31 if test.format == 'xcode':
  /external/chromium_org/tools/gyp/test/hard_dependency/
gyptest-exported-hard-dependency.py 17 if test.format == 'dump_dependency_json':
gyptest-no-exported-hard-dependency.py 17 if test.format == 'dump_dependency_json':
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 30 if test.format == 'xcode':
gyptest-default.py 30 if test.format == 'xcode':
  /external/chromium_org/tools/gyp/test/library_dirs/
gyptest-library-dirs.py 18 '-D', 'abs_path_to_secret_library_location={0}'.format(lib_dir),
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-top-all.py 35 if test.format == 'xcode':
gyptest-top-default.py 35 if test.format == 'xcode':
  /external/clang/test/CodeGen/
2003-10-02-UnionLValueError.c 3 int sprintf(char * restrict str, const char * restrict format, ...);
  /external/droiddriver/src/com/google/android/droiddriver/
Screenshotter.java 39 * @param format The format of the compressed image
45 boolean takeScreenshot(String path, CompressFormat format, int quality);
  /external/icu4c/test/cintltst/
cdtdptst.h 15 /* INDEPTH TEST FOR DATE FORMAT */
53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
  /external/jsilver/src/com/google/streamhtmlparser/
ParseException.java 38 super(String.format("At line: %d (col: %d); %s",
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_tests.h 47 enum pipe_format format; member in struct:util_format_test_case
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_layout.h 45 gl_format format,
  /external/mesa3d/src/mesa/main/
colortab.h 40 GLsizei width, GLenum format, GLenum type,
45 GLsizei count, GLenum format, GLenum type,
55 GLsizei width, GLenum format, GLenum type,
63 GLsizei count, GLenum format, GLenum type,
texformat.h 36 GLint internalFormat, GLenum format, GLenum type);
  /external/oprofile/libutil++/
stream_util.h 34 std::ios::fmtflags format; member in class:io_state
  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.h 53 Builder(WritableFontData* data, int32_t format);
54 Builder(ReadableFontData* data, int32_t format);
60 CompositeBitmapGlyph(ReadableFontData* data, int32_t format);
67 void Initialize(int32_t format);
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
45 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
53 Format fFormat;
  /external/valgrind/main/VEX/priv/
main_util.h 68 __attribute__ ((format (printf, 1, 2)))
69 extern UInt vex_printf ( HChar *format, ... );
71 __attribute__ ((format (printf, 2, 3)))
72 extern UInt vex_sprintf ( HChar* buf, HChar *format, ... );
  /frameworks/base/tools/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;

Completed in 451 milliseconds

<<11121314151617181920>>