/external/libvorbis/doc/ |
08-residue.tex | 23 \subsection{Residue format} 25 Residue format partitions each vector in the vector bundle into chunks, 72 \captionof{figure}{illustration of residue vector format} 243 Format 0 and 1 packet decode is identical except for specific 244 partition interleave. Format 2 packet decode can be built out of the 245 format 1 decode process. Thus we describe first the decode 271 2) if residue encoding is format 2 350 \subsubsection{format 0 specifics} 352 Format zero decodes partitions exactly as described earlier in the 353 'Residue Format: residue 0' section. The following pseudocod [all...] |
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 61 Accepted by the <format> parameter of ReadPixels and DrawPixels: 82 Format Name Buffer Element Meaning and Order 175 Format Element Element Element Element 187 The new format is added to the discussion of Obtaining Pixels from the 188 Framebuffer. It should read " If the <format> is one of RED, GREEN, 192 The new format is added to the discussion of Index Lookup. It should 193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 34 static DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; variable 48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0); 96 swap_chain_desc.BufferDesc.Format = format;
|
d3d10x11main.cpp | 35 DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; variable 66 swap_chain_desc.BufferDesc.Format = format; 130 swap_chain->ResizeBuffers(3, width, height, format, 0);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 34 static DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; variable 48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0); 96 swap_chain_desc.BufferDesc.Format = format;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_pixel_read.c | 41 static gl_format gl_format_and_type_to_mesa_format(GLenum format, GLenum type) 43 switch (format) 92 GLenum format, GLenum type, 97 const gl_format dst_format = gl_format_and_type_to_mesa_format(format, type); 161 rrb->base.Base.Format, 200 GLenum format, GLenum type, 206 if (do_blit_readpixels(ctx, x, y, width, height, format, type, pack, pixels)) 214 "Falling back to sw for ReadPixels (format %s, type %s)\n", 215 _mesa_lookup_enum_by_nr(format), _mesa_lookup_enum_by_nr(type)); 220 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels) [all...] |
radeon_tex_copy.c | 97 src_mesaformat = rrb->base.Base.Format;
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_fill.cpp | 24 wsColor.Format(L"%d,%d,%d", r, g, b);
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table.h | 30 struct Format {
|
/external/skia/experimental/xps_to_png/ |
xps_to_png.cs | 60 string filename = string.Format("{0}_{1}.png", out_path, index);
|
/external/skia/src/effects/ |
SkEmbossMaskFilter.cpp | 56 SkMask::Format SkEmbossMaskFilter::getFormat() const {
|
SkTableMaskFilter.cpp | 69 SkMask::Format SkTableMaskFilter::getFormat() const {
|
/external/swiftshader/src/D3D9/ |
Direct3DIndexBuffer9.cpp | 25 Direct3DIndexBuffer9::Direct3DIndexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, D3DFORMAT format, D3DPOOL pool) : Direct3DResource9(device, D3DRTYPE_INDEXBUFFER, pool, length), length(length), usage(usage), format(format) 154 description->Format = format; 225 switch(format)
|
Direct3DVertexBuffer9.cpp | 249 description->Format = D3DFMT_VERTEXDATA;
|
/external/swiftshader/src/Main/ |
FrameBufferX11.cpp | 133 void FrameBufferX11::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
Texture.h | 104 virtual sw::Format getInternalFormat(GLenum target, GLint level) const = 0; 122 void setImage(GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels, egl::Image *image); 123 void subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels, egl::Image *image); 125 void subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *pixels, egl::Image *image); 168 virtual sw::Format getInternalFormat(GLenum target, GLint level) const; 171 void setImage(GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels); 172 void setCompressedImage(GLint level, GLenum format, GLsizei width, GLsizei height, GLsizei imageSize, const void *pixels); 173 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels); 174 void subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels); 175 void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
GCOV.h | 11 // use 'gcov' format. 173 bool read(GCOVBuffer &Buffer, GCOVFormat Format);
|
/libcore/ojluni/src/main/java/java/time/format/ |
DateTimeFormatter.java | 62 package java.time.format; 76 import java.text.Format; 85 import java.time.format.DateTimeFormatterBuilder.CompositePrinterParser; 116 * {@code format(DateTimeFormatter formatter)}, and one for parsing, 121 * String text = date.format(formatter); 125 * In addition to the format, formatters can be created with desired Locale, 131 * formatter that uses the locale specific date format. 147 * Some applications may need to use the older {@link Format java.text.Format} 149 * implementation of {@code java.text.Format} 1718 public String format(TemporalAccessor temporal) { method in class:DateTimeFormatter 2104 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) { method in class:DateTimeFormatter.ClassicFormat [all...] |
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_writer.cpp | 45 Jpeg_Config::Format format, int32_t quality) { 75 const int components = (static_cast<int>(format) & 0xff); 100 mFormat = format;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxvahd.h | 283 D3DFORMAT Format; 403 STDMETHOD_(HRESULT,CreateVideoSurface)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DXVAHD_SURFACE_TYPE Type,UINT NumSurfaces,IDirect3DSurface9 **ppSurfaces,HANDLE *pSharedHandle) PURE; 418 #define IDXVAHD_Device_CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle) (This)->lpVtbl->CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle)
|
fpieee.h | 126 unsigned int Format : 4;
|
ntddcdvd.h | 81 DVD_STRUCTURE_FORMAT Format;
|
/prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/ |
cfg.go | 51 "go/format" 117 // Format formats the control-flow graph for ease of debugging. 118 func (g *CFG) Format(fset *token.FileSet) string { 139 format.Node(&buf, fset, n)
|
/prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/ |
cfg.go | 51 "go/format" 117 // Format formats the control-flow graph for ease of debugging. 118 func (g *CFG) Format(fset *token.FileSet) string { 139 format.Node(&buf, fset, n)
|
/prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.4.0-alpha1/ |
gradle-api-2.4.0-alpha1.jar | |