HomeSort by relevance Sort by last modified time
    Searched refs:gptr (Results 151 - 173 of 173) sorted by null

1 2 3 4 5 67

  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 243 struct rbug_proto_texture_read *gptr = (struct rbug_proto_texture_read *)header; local
258 if (gptr->texture == VOID2U64(tr_tex))
270 gptr->level, gptr->face + gptr->zslice,
272 gptr->x, gptr->y, gptr->w, gptr->h);
  /external/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /external/zlib/src/contrib/iostream/
zfstream.cpp 151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 88 char_type* gptr() const { return _M_gnext; } // Current position function in class:basic_streambuf
103 char_type* _M_gptr() const { return gptr(); }
167 // Called when there is no read position, i.e. when gptr() is null
168 // or when gptr() >= egptr(). Subclasses are expected to override
176 // Called when there is no putback position, i.e. when gptr() is null
177 // or when gptr() == eback(). All subclasses are expected to override
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /external/oprofile/include/
sstream 93 // The buffer is already in gptr, so if it ends then it is out of data.
114 stringbuf_sync(gptr()-eback(), pptr()-pbase());
158 curi = gptr();
  /external/stlport/src/
stdio_streambuf.cpp 186 if (this->eback() < this->gptr()) {
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 186 if (this->eback() < this->gptr()) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 117 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
127 blurredPixel += pf * gPtr[0];
128 gPtr++;
135 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
144 blurredPixel += pf * gPtr[0];
145 gPtr++;
158 extern "C" void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
159 extern "C" void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
160 extern "C" void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
164 const uchar *ptrIn, int iStride, const float* gPtr, int ct
    [all...]
rsCpuIntrinsics_x86.c 304 const void *pin, int stride, const void *gptr,
319 x = _mm_load_ss((const float *)gptr + r);
341 const void *pin, const void *gptr,
351 x = _mm_load_ss((const float *)gptr);
358 x = _mm_load_ss((const float *)gptr + r);
359 y = _mm_load_ss((const float *)gptr + r + 1);
374 const void *pin, const void *gptr,
383 g0 = _mm_load_ss((const float *)gptr);
390 gx = _mm_loadu_ps((const float *)gptr + r);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 535 uint16_t* gptr = glyphs; local
540 *gptr++ = cache->unicharToGlyph(SkUTF8_NextUnichar(&text));
547 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
555 *gptr++ = cache->unicharToGlyph(*text32++);
562 return SkToInt(gptr - glyphs);
    [all...]
  /external/skia/src/core/
SkPaint.cpp 567 uint16_t* gptr = glyphs; local
572 *gptr++ = cache->unicharToGlyph(SkUTF8_NextUnichar(&text));
579 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
587 *gptr++ = cache->unicharToGlyph(*text32++);
594 return SkToInt(gptr - glyphs);
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 67