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

1 2 3 4 5 6 7 8 91011>>

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 126 case Format::FORMAT_1:
128 case Format::FORMAT_2:
130 case Format::FORMAT_3:
132 case Format::FORMAT_4:
134 case Format::FORMAT_5:
138 throw IllegalArgumentException("Invalid index subtable format");
180 // Unknown format and unable to process.
182 throw IllegalArgumentException("Invalid Index Subtable Format");
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 126 * Format describes the pixel format of textures in the fixed
130 public enum Format {
149 Format(int id) {
156 Format format; field in class:ProgramFragmentFixedFunction.Builder.Slot
157 Slot(EnvMode _env, Format _fmt) {
159 format = _fmt;
187 switch (mSlots[i].format) {
203 switch (mSlots[i].format) {
    [all...]
  /external/chromium_org/media/base/
video_decoder_config.cc 21 VideoFrame::Format format,
28 Initialize(codec, profile, format, coded_size, visible_rect, natural_size,
58 VideoFrame::Format format,
83 format_ = format;
101 (format() == config.format()) &&
115 << " format: " << format()
138 VideoFrame::Format VideoDecoderConfig::format() const { function in class:media::VideoDecoderConfig
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_context.c 68 cl->Format = GL_RGBA;
92 cl->Format = GL_RGBA;
140 cl->Format = GL_RGBA;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 28 typedef GrGLStencilBuffer::Format StencilFormat;
145 * Call to note that a color config / stencil format pair passed
152 const GrGLStencilBuffer::Format& format);
155 * Call to check whether color config / stencil format pair has already
160 const GrGLStencilBuffer::Format& format) const;
231 * Depending on the ES extensions present the BGRA external format may
275 /// Does ReadPixels support the provided format/type combo?
277 GrGLenum format,
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_wbmp.cpp 20 virtual Format getFormat() const SK_OVERRIDE {
166 static SkImageDecoder::Format get_format_wbmp(SkStream* stream) {
175 static SkTRegistry<SkImageDecoder::Format, SkStream*> gFormatReg(get_format_wbmp);
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestCustomAnim.java 46 import com.jme3.scene.VertexBuffer.Format;
79 weightsBuf.setupData(Usage.CpuOnly, 4, Format.Float, weights);
85 indicesBuf.setupData(Usage.CpuOnly, 4, Format.UnsignedByte, indices);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToTexture.java 49 import com.jme3.texture.Image.Format;
84 Texture2D offTex = new Texture2D(512, 512, Format.RGBA8);
89 offBuffer.setDepthBuffer(Format.Depth);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3D.java 19 import com.jme3.texture.Image.Format;
59 uvCoordsBuffer.setupData(Usage.Static, 3, com.jme3.scene.VertexBuffer.Format.Float,
101 return new Texture3D(new Image(Format.RGB8, 10, 10, 10, data));
  /external/mesa3d/src/mesa/vbo/
vbo_context.c 68 cl->Format = GL_RGBA;
92 cl->Format = GL_RGBA;
140 cl->Format = GL_RGBA;
  /external/skia/src/gpu/gl/
GrGLCaps.h 28 typedef GrGLStencilBuffer::Format StencilFormat;
145 * Call to note that a color config / stencil format pair passed
152 const GrGLStencilBuffer::Format& format);
155 * Call to check whether color config / stencil format pair has already
160 const GrGLStencilBuffer::Format& format) const;
231 * Depending on the ES extensions present the BGRA external format may
275 /// Does ReadPixels support the provided format/type combo?
277 GrGLenum format,
    [all...]
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 20 virtual Format getFormat() const SK_OVERRIDE {
166 static SkImageDecoder::Format get_format_wbmp(SkStream* stream) {
175 static SkTRegistry<SkImageDecoder::Format, SkStream*> gFormatReg(get_format_wbmp);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction35c.java 29 package org.jf.dexlib.Code.Format;
99 throw new RuntimeException(String.format("%s index is too large. Use the %s instruction instead.",
102 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
113 public Format getFormat() {
114 return Format.Format35c;
Instruction3rc.java 29 package org.jf.dexlib.Code.Format;
85 throw new RuntimeException(String.format("%s index is too large. Use the %s instruction instead.",
88 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
98 public Format getFormat() {
99 return Format.Format3rc;
SparseSwitchDataPseudoInstruction.java 29 package org.jf.dexlib.Code.Format;
125 public Format getFormat() {
126 return Format.SparseSwitchData;
  /ndk/sources/android/support/tests/minitest/
minitest.cc 73 #define MINITEST_STRING_OPERATOR_LL_(ParamType, Format) \
76 ::snprintf(buf, sizeof(buf), Format, v); \
125 internal::String Format(const char* format, ...) {
128 va_start(args, format);
134 len = snprintf(&result[0], result.size(), format, args2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 23 import com.android.ide.common.api.IAttributeInfo.Format;
181 EnumSet<Format> formats_list = info.getFormats();
194 for (Format f : formats_list) {
  /external/chromium_org/content/gpu/
gpu_idirect3d9_mock_win.h 51 HRESULT(UINT Adapter, D3DFORMAT Format, UINT Mode,
62 UINT(UINT Adapter, D3DFORMAT Format));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 18 * 07/22/98 stephen Removed operator!= (implemented in Format)
29 * \brief C++ API: Choice Format.
37 #include "unicode/format.h"
85 * <p><em>String</em> is the format string for this range, with special
207 * fmt.format(x, str);
234 * Format* testFormats[] =
245 * pattform.format(testArgs, 2, str, fp, status );
333 * Clone this Format object polymorphically. The caller owns the
339 virtual Format* clone(void) const;
342 * Return true if the given Format objects are semantically equal
725 ChoiceFormat::format(const Formattable& obj, function in class:ChoiceFormat
734 ChoiceFormat::format(double number, function in class:ChoiceFormat
740 ChoiceFormat::format(int32_t number, function in class:ChoiceFormat
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMask.h 17 the 3-channel 3D format. These are passed to SkMaskFilter objects.
20 enum Format {
36 Format fFormat;
78 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
91 * this asserts that the mask's format is kLCD32_Format, and that (x,y)
104 * this asserts that the mask's format is 32bits, and that (x,y)
117 * at runtime based on the mask format. This will be slightly slower than
118 * using one of the routines where the format is implied by the name
  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 17 // needs to be != to any valid SkMask::Format
43 * Compute the rowbytes for the specified width and mask-format.
45 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
47 if (SkMask::kBW_Format == format) {
49 } else if (SkMask::kARGB32_Format == format ||
50 SkMask::kLCD32_Format == format)
53 } else if (SkMask::kLCD16_Format == format) {
62 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 40 import com.jme3.texture.Image.Format;
153 depthTexture = new Texture2D(width, height, Format.Depth24);
403 Texture2D msColor = new Texture2D(width, height, numSamples, Format.RGBA8);
404 Texture2D msDepth = new Texture2D(width, height, numSamples, Format.Depth);
410 renderFrameBufferMS.setDepthBuffer(Format.Depth);
411 renderFrameBufferMS.setColorBuffer(Format.RGBA8);
417 renderFrameBuffer.setDepthBuffer(Format.Depth);
418 filterTexture = new Texture2D(width, height, Format.RGBA8);
  /external/skia/include/core/
SkMask.h 17 the 3-channel 3D format. These are passed to SkMaskFilter objects.
20 enum Format {
36 Format fFormat;
78 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
91 * this asserts that the mask's format is kLCD32_Format, and that (x,y)
104 * this asserts that the mask's format is 32bits, and that (x,y)
117 * at runtime based on the mask format. This will be slightly slower than
118 * using one of the routines where the format is implied by the name
  /external/skia/src/core/
SkGlyph.h 17 // needs to be != to any valid SkMask::Format
43 * Compute the rowbytes for the specified width and mask-format.
45 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
47 if (SkMask::kBW_Format == format) {
49 } else if (SkMask::kARGB32_Format == format ||
50 SkMask::kLCD32_Format == format)
53 } else if (SkMask::kLCD16_Format == format) {
62 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
PackedSwitchMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
35 import org.jf.dexlib.Code.Format.PackedSwitchDataPseudoInstruction;

Completed in 1283 milliseconds

1 2 3 4 5 6 7 8 91011>>