HomeSort by relevance Sort by last modified time
    Searched full:formats (Results 901 - 925 of 4480) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.h 34 #include "main/formats.h"
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
format_pack.h 29 #include "formats.h"
  /external/chromium_org/third_party/skia/gyp/
freetype.gypi 29 # rasterizers (optional; at least one is needed for vector formats)
  /external/chromium_org/third_party/skia/src/core/
SkBlitMask.h 45 * will have been told the formats for the mask and the dst.
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 490 SkAutoSTMalloc<10, GrGLint> formats(numFormats);
491 GR_GL_GetIntegerv(gli, GR_GL_COMPRESSED_TEXTURE_FORMATS, formats);
493 if (GR_GL_PALETTE8_RGBA8 == formats[i]) {
669 // Build up list of legal stencil formats (though perhaps not supported on
690 // S1 thru S16 formats are in GL 3.0+, EXT_FBO, and ARB_FBO since we
691 // require FBO support we can expect these are legal formats and don't
704 // for other formats.
730 // we expect a really small number of possible formats so linear search
752 // we expect a really small number of possible formats so linear search
    [all...]
SkGLContextHelper.cpp 91 // ES2 requires sized internal formats for RenderbufferStorage
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
pcm16b.h 14 * Define the fixpoint numeric formats
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
file_recorder.h 29 // Note: will return NULL for video file formats (e.g. AVI) if the flag
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 302 parser.add_option('-f', '--format', dest='formats', action='append',
304 help='output formats to generate')
379 if not options.formats:
387 options.formats = generate_formats
391 options.formats = ['xcode']
393 options.formats = ['msvs']
395 options.formats = ['make']
496 # Generate all requested formats (use a set in case we got one format request
498 for format in set(options.formats):
  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-global-settings.py 22 test = TestGyp.TestGyp(formats=['ninja', 'make'])
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-actions.py 14 test = TestGyp.TestGyp(formats=['!android'])
  /external/chromium_org/tools/gyp/test/mac/
gyptest-installname.py 19 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
gyptest-postbuild-copy-bundle.py 19 test = TestGyp.TestGyp(formats=['ninja', 'xcode'])
gyptest-postbuild-fail.py 17 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'],
gyptest-sourceless-module.py 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
gyptest-strip-default.py 19 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
  /external/chromium_org/tools/gyp/test/make/
gyptest-noload.py 18 test = TestGyp.TestGyp(formats=['make'])
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 23 test = TestGyp.TestGyp(formats=['ninja'])
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-large-pdb.py 41 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
gyptest-link-update-manifest.py 49 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
  /external/chromium_org/tools/metrics/histograms/
update_use_counter_css.py 6 """Scans the Chromium source of UseCounter, formats the Feature enum for
  /external/deqp/doc/testspecs/GLES2/
functional.texture.units.txt 28 + Mixed texture formats
  /external/deqp/doc/testspecs/GLES3/
functional.texture.swizzle.txt 27 + RED, RG, RGB, RGBA, A, L, LA texture formats
  /external/deqp/doc/testspecs/GLES31/
functional.texture.cube_map_array.txt 27 + All formats
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 272 // RGBA formats
286 // RGB formats
290 // RG formats
299 // R formats

Completed in 3204 milliseconds

<<31323334353637383940>>