HomeSort by relevance Sort by last modified time
    Searched refs:buffer (Results 1626 - 1650 of 9401) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 62 class Buffer;
91 void deleteBuffer(GLuint buffer);
116 void bindArrayBuffer(GLuint buffer);
117 void bindElementArrayBuffer(GLuint buffer);
124 void bindGenericUniformBuffer(GLuint buffer);
125 void bindIndexedUniformBuffer(GLuint buffer, GLuint index, GLintptr offset, GLsizeiptr size);
126 void bindGenericTransformFeedbackBuffer(GLuint buffer);
127 void bindIndexedTransformFeedbackBuffer(GLuint buffer, GLuint index, GLintptr offset, GLsizeiptr size);
128 void bindCopyReadBuffer(GLuint buffer);
129 void bindCopyWriteBuffer(GLuint buffer);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
BufferD3D.h 28 static BufferD3D *makeBufferD3D(BufferImpl *buffer);
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svgldict.h 40 FT_Pointer buffer,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 706 hb_ot_layout_substitute_start (hb_font_t *font, hb_buffer_t *buffer)
708 OT::GSUB::substitute_start (font, buffer);
712 hb_ot_layout_substitute_finish (hb_font_t *font, hb_buffer_t *buffer)
714 OT::GSUB::substitute_finish (font, buffer);
740 hb_ot_layout_position_start (hb_font_t *font, hb_buffer_t *buffer)
742 OT::GPOS::position_start (font, buffer);
746 hb_ot_layout_position_finish (hb_font_t *font, hb_buffer_t *buffer)
748 OT::GPOS::position_finish (font, buffer);
836 if (!c->check_glyph_property (&c->buffer->cur(), c->lookup_props))
848 hb_buffer_t *buffer = c->buffer local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unames.cpp 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
217 *(buffer)++=c; \
240 char *buffer, uint16_t bufferLength) {
279 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
294 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
311 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
319 *buffer=0;
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) {
455 WRITE_CHAR(buffer, bufferLength, length, '<');
457 WRITE_CHAR(buffer, bufferLength, length, catname[length - 1])
608 char buffer[200]; local
648 char buffer[200]; local
940 char buffer[200]; local
1121 char buffer[64]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.h 37 virtual const char *getPath(char buffer[2048], const char *filename);
textfile.h 63 char* buffer; member in class:TextFile
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.c 30 char buffer[1024]; local
40 uprv_strcpy(buffer, path);
41 q=buffer+uprv_strlen(buffer);
42 if(q>buffer && (c=*(q-1))!=U_FILE_SEP_CHAR && c!=U_FILE_ALT_SEP_CHAR) {
46 p=buffer;
59 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
60 fprintf(f, header, year, filename, buffer);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCDataChannel+Internal.h 37 - (instancetype)initWithDataBuffer:(const webrtc::DataBuffer&)buffer;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.cc 156 uint8* buffer = new uint8[frame_data_size_]; local
157 frame_generator_->GenerateNextFrame(buffer, GetBarcodeValue());
159 memmove(captured_frame_.data, buffer, frame_data_size_);
160 delete[] buffer;
  /external/chromium_org/third_party/libjpeg_turbo/
example.c 57 * pointer to our image buffer. In particular, let's say that the image is
93 int row_stride; /* physical row width in image buffer */
219 * buffer, but to send it line-by-line someplace else. We need a one-
220 * scanline-high JSAMPLE array as a work buffer, and we will let the JPEG
222 * because we don't need to remember to deallocate the buffer separately: it
242 * longjmp(). But we need to make the setjmp buffer accessible to the
297 JSAMPARRAY buffer; /* Output row buffer */ local
298 int row_stride; /* physical row width in output buffer */
358 * In this example, we need to make an output work buffer of the right size
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 58 // This routine is called only when we've discovered that a UTF-8 buffer
70 // reads, it is safe to change the buffer in place. It returns the
112 // Otherwise, allocate a new buffer.
116 // If there is an old buffer, copy it into the new buffer.
119 if (ours_) delete[] data_; // If we owned the old buffer, free it.
122 ours_ = true; // We own the new buffer.
138 // This implementation of clear() deallocates the buffer if we're an owner.
154 if (ours_ && data_) delete[] data_; // If we owned the old buffer, free it.
162 if (ours_ && data_) delete[] data_; // If we owned the old buffer, free it
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
boolhuff.c 49 br->buffer = source;
  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 17 Byte *buffer; member in struct:_CMatchFinder
53 #define Inline_MatchFinder_GetPointerToCurrentPos(p) ((p)->buffer)
54 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
76 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_image.h 36 EGLenum target, EGLClientBuffer buffer,
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-string.h 186 // "<buffer exceeded>" is returned.
205 // buffer. E.g. String("hello", 3) creates the string "hel",
208 String(const char* buffer, size_t a_length) {
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) {
304 memcpy(str, buffer, a_length);
332 // Gets the content of the stringstream's buffer as a String. Each '\0'
333 // character in the buffer is replaced with "\\0".
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_constbuf.c 52 * constant buffer.
75 /* We always need to get a new buffer, to keep the drivers simple and
77 * Let's use a user buffer to avoid an unnecessary copy.
80 cb.buffer = NULL;
83 params->ParameterValues, &cb.buffer_offset, &cb.buffer);
86 cb.buffer = NULL;
100 pipe_resource_reference(&cb.buffer, NULL);
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 24 if (bitmap->buffer[i] > 192) {
26 } else if (bitmap->buffer[i] > 128) {
28 } else if (bitmap->buffer[i] > 64) {
30 } else if (bitmap->buffer[i] > 32) {
48 if (orig->buffer[i] != trans->buffer[i]) {
68 delete[] orig->buffer;
69 delete[] trans->buffer;
100 bitmap->buffer = buf;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 18 Byte *buffer; member in struct:_CMatchFinder
54 #define Inline_MatchFinder_GetPointerToCurrentPos(p) ((p)->buffer)
55 #define Inline_MatchFinder_GetIndexByte(p, index) ((p)->buffer[(Int32)(index)])
77 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
memory_input_stream.h 47 virtual bool Attach(const byte_t* buffer, size_t length);
  /external/chromium_org/third_party/skia/include/effects/
SkColorFilterImageFilter.h 27 SkColorFilterImageFilter(SkReadBuffer& buffer);
SkMagnifierImageFilter.h 24 explicit SkMagnifierImageFilter(SkReadBuffer& buffer);
SkRectShaderImageFilter.h 38 SkRectShaderImageFilter(SkReadBuffer& buffer);
SkTestImageFilters.h 27 SkDownSampleImageFilter(SkReadBuffer& buffer);
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 118 void setupBuffer(SkReadBuffer& buffer) const {
119 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
139 void setupBuffer(SkReadBuffer& buffer) const {
140 buffer.setFactoryPlayback(fArray, fCount);
268 // A buffer of 256 bytes should fit most paints, regions, and matrices.
270 SkWriteBuffer buffer(storage, sizeof(storage), controller->getWriteBufferFlags());
272 buffer.setBitmapHeap(controller->getBitmapHeap());
273 buffer.setTypefaceRecorder(controller->getTypefaceSet());
274 buffer.setNamedFactoryRecorder(controller->getNamedFactorySet());
276 Traits::Flatten(buffer, obj)
    [all...]

Completed in 2257 milliseconds

<<61626364656667686970>>