HomeSort by relevance Sort by last modified time
    Searched refs:get_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc 15 : get_(0),
33 get_ = 0;
46 // - get_ is modified *after* the command has been executed.
48 int num_entries = put_ < get_ ? entry_count_ - get_ : put_ - get_;
52 num_commands, buffer_ + get_, num_entries, &entries_processed);
54 get_ += entries_processed;
55 if (get_ == entry_count_)
56 get_ = 0
    [all...]
cmd_parser.h 35 CommandBufferOffset get() const { return get_; }
41 get_ = get;
56 bool IsEmpty() const { return put_ == get_; }
66 CommandBufferOffset get_; member in class:gpu::CommandParser
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
88 clazz->get_table = get_; \
  /external/freetype/include/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
88 clazz->get_table = get_; \
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
prefs.js 15 get_: function(key, callback) {
31 this.get_("use_notifications", callback);
39 this.get_("try_job_username", callback);
  /external/libcxxabi/test/
unwind_06.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;
  /external/opencv/cv/src/
_cvlist.h 111 _LIST_INLINE type* prefix##get_##type(CVPOS);\
350 type* prefix##get_##type(CVPOS pos)\
  /external/chromium_org/v8/src/
v8natives.js 485 this.get_ = UNDEFINED;
500 "get_",
549 this.get_ = get;
553 return this.get_;
    [all...]
  /external/bison/
maint.mk 550 clear|delete|free|get_(first|next)|insert|lookup|print_statistics|reset_tuning
    [all...]

Completed in 3072 milliseconds