HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 226 - 250 of 6363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.c 106 * format data types.
160 * Get the number of components in a pixel format.
162 * \param format pixel format.
164 * \return the number of components in the given format, or -1 if a bad format.
167 _mesa_components_in_format(GLenum format)
169 switch (format) {
216 * Get the bytes per pixel of pixel format type pair.
218 * \param format pixel format
    [all...]
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/mesa3d/src/mesa/main/
glformats.c 106 * format data types.
160 * Get the number of components in a pixel format.
162 * \param format pixel format.
164 * \return the number of components in the given format, or -1 if a bad format.
167 _mesa_components_in_format(GLenum format)
169 switch (format) {
216 * Get the bytes per pixel of pixel format type pair.
218 * \param format pixel format
    [all...]
  /external/lldb/source/Core/
Log.cpp 86 Log::PrintfWithFlagsVarArg (uint32_t flags, const char *format, va_list args)
120 header.PrintfVarArg (format, args);
141 Log::Printf(const char *format, ...)
144 va_start (args, format);
145 PrintfWithFlagsVarArg (0, format, args);
150 Log::VAPrintf (const char *format, va_list args)
152 PrintfWithFlagsVarArg (0, format, args);
160 Log::PrintfWithFlags (uint32_t flags, const char *format, ...)
163 va_start (args, format);
164 PrintfWithFlagsVarArg (flags, format, args)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
Logt.java 24 Log.i(tag, String.format("[%d] %s", t, msg));
28 Log.e(tag, String.format("[%d] %s", t, msg));
32 Log.w(tag, String.format("[%d] %s", t, msg));
36 Log.e(tag, String.format("[%d] %s", t, msg), tr);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 23 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack)
27 return ctx->state()->pixelDataSize(width, height, format, type, pack);
30 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack)
32 size_t layerSize = pixelDataSize(self, width, height, format, type, pack);
  /external/chromium_org/cc/resources/
resource_format.h 25 SkColorType ResourceFormatToSkColorType(ResourceFormat format);
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.h 23 // how it should be performed. The |format|, |type| and |bytes_per_pixel| are
26 // the data needs to be swizzled before using the returned |format| otherwise
32 GLenum* format,
35 // Provides the additional readback format/type pairing for a render target
36 // of a given format/type pairing
37 void GetAdditionalFormat(GLenum format, GLenum type, GLenum *format_out,
41 GLenum format; member in struct:content::GLHelperReadbackSupport::FormatCacheEntry
51 // This api is called once per format and it is done in the
60 bool SupportsFormat(GLenum format, GLenum type);
  /external/chromium_org/ppapi/cpp/
image_data.h 46 /// @param[in] format A PP_ImageDataFormat containing desired image format.
61 PP_ImageDataFormat format,
76 /// format is supported by the browser. Note:
82 /// @param[in] format Image data format.
84 /// @return <code>true</code> if the format is supported by the browser.
85 static bool IsImageDataFormatSupported(PP_ImageDataFormat format);
87 /// GetNativeImageDataFormat() determines the browser's preferred format for
88 /// images. Using this format guarantees no extra conversions will occur whe
97 PP_ImageDataFormat format() const { return desc_.format; } function in class:pp::ImageData
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_image_data_shared.h 38 static PP_Bool IsImageDataFormatSupported(PP_ImageDataFormat format);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
UIString.js 53 * @param {string} format
55 WebInspector.UIStringFormat = function(format)
58 this._localizedFormat = WebInspector.localize(format);
78 format: function(vararg)
80 return String.format(this._localizedFormat, arguments,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-perf-tests 38 logging.basicConfig(level=logging.INFO, format="%(message)s")
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtdptst.h 15 /* INDEPTH TEST FOR DATE FORMAT */
53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon_unittest.cc 65 VideoFormat format; local
66 EXPECT_TRUE(format.IsSize0x0());
67 format.width = 320;
68 EXPECT_FALSE(format.IsSize0x0());
73 VideoFormat format; local
74 EXPECT_EQ("0x0x0", format.ToString());
76 format.fourcc = FOURCC_I420;
77 format.width = 640;
78 format.height = 480;
79 format.interval = VideoFormat::FpsToInterval(20)
    [all...]
  /external/chromium_org/third_party/libva/va/wayland/
va_wayland_private.h 42 va_wayland_error(const char *format, ...);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_tests.h 47 enum pipe_format format; member in struct:util_format_test_case
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_layout.h 45 gl_format format,
  /external/chromium_org/third_party/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/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)
46 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
54 Format fFormat;
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor.cpp 38 void GetBlockDimensions(Format format, int* dimX, int* dimY, bool matchSpec) {
43 if (!matchSpec && SkTextureCompressorGetPlatformDims(format, dimX, dimY)) {
71 *dimX = kFormatDimensions[format].fBlockSizeX;
72 *dimY = kFormatDimensions[format].fBlockSizeY;
75 int GetCompressedDataSize(Format fmt, int width, int height) {
89 // This format is 128 bits.
108 SkFAIL("Unknown compressed format!");
123 int width, int height, int rowBytes, Format format, bool opt)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 80 // |format| is a printf format string.
82 #define BWE_TEST_LOGGING_LOG1(name, format, _1)
83 #define BWE_TEST_LOGGING_LOG2(name, format, _1, _2)
84 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3)
85 #define BWE_TEST_LOGGING_LOG4(name, format, _1, _2, _3, _4)
86 #define BWE_TEST_LOGGING_LOG5(name, format, _1, _2, _3, _4, _5)
88 // Print to stdout in tab-separated format suitable for plotting, e.g.:
129 #define BWE_TEST_LOGGING_LOG1(name, format, _1) \
132 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1);
    [all...]
  /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/build-option/
gyptest-build.py 16 if test.format == 'android':

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>