/external/chromium_org/third_party/angle/src/libGLESv2/ |
Query.cpp | 8 // Query.cpp: Implements the gl::Query class 10 #include "libGLESv2/Query.h" 17 Query::Query(rx::Renderer *renderer, GLenum type, GLuint id) : RefCountObject(id) 22 Query::~Query() 27 void Query::begin() 32 void Query::end() 37 GLuint Query::getResult( [all...] |
Query.h | 7 // Query.h: Defines the gl::Query class 27 class Query : public RefCountObject 30 Query(rx::Renderer *renderer, GLenum type, GLuint id); 31 virtual ~Query(); 42 DISALLOW_COPY_AND_ASSIGN(Query);
|
/external/marisa-trie/lib/marisa/ |
query.h | 10 class Query { 12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} 13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} 33 Query &operator=(const Query &query); [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
query.h | 10 class Query { 12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} 13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} 33 Query &operator=(const Query &query); [all...] |
/frameworks/base/libs/hwui/ |
Query.h | 28 * A Query instance can be used to perform occlusion queries. If the device 29 * does not support occlusion queries, the result of a query will always be 32 * To run an occlusion query successfully, you must start end end the query: 34 * Query query; 35 * query.begin(); 37 * query.end(); 38 * GLuint result = query.getResult(); 40 class Query { [all...] |
/external/chromium_org/ppapi/cpp/ |
file_io.cc | 64 int32_t FileIO::Query(PP_FileInfo* result_buf, 67 return get_interface<PPB_FileIO_1_1>()->Query( 70 return get_interface<PPB_FileIO_1_0>()->Query(
|
file_ref.cc | 166 int32_t FileRef::Query(const CompletionCallbackWithOutput<PP_FileInfo>& cc) { 169 return get_interface<PPB_FileRef_1_1>()->Query(
|
/external/chromium_org/v8/src/ |
hydrogen-alias-analysis.h | 50 HAliasing Query(HValue* a, HValue* b) { 78 // {Query(a, b) == kMayAlias}, since this method considers kMustAlias 81 return Query(a, b) != kNoAlias; 85 return Query(a, b) == kMustAlias; 89 return Query(a, b) == kNoAlias;
|
/external/chromium_org/cc/scheduler/ |
texture_uploader.cc | 43 TextureUploader::Query::Query(GLES2Interface* gl) 52 TextureUploader::Query::~Query() { gl_->DeleteQueriesEXT(1, &query_id_); } 54 void TextureUploader::Query::Begin() { 60 void TextureUploader::Query::End() { 64 bool TextureUploader::Query::IsPending() { 71 unsigned TextureUploader::Query::Value() { 96 for (ScopedPtrDeque<Query>::iterator it = pending_queries_.begin(); 120 available_queries_.push_back(Query::Create(gl_)) [all...] |
texture_uploader.h | 56 class Query { 58 static scoped_ptr<Query> Create(gpu::gles2::GLES2Interface* gl) { 59 return make_scoped_ptr(new Query(gl)); 62 virtual ~Query(); 77 explicit Query(gpu::gles2::GLES2Interface* gl); 85 DISALLOW_COPY_AND_ASSIGN(Query); 107 ScopedPtrDeque<Query> pending_queries_; 108 ScopedPtrDeque<Query> available_queries_;
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
incognito_connectability.cc | 57 bool IncognitoConnectability::Query(const Extension* extension,
|
/external/chromium_org/ppapi/c/ |
ppb_file_ref.h | 183 * Query() queries info about a file or directory. You must have access to 191 * completion of Query(). 195 int32_t (*Query)(PP_Resource file_ref,
|
ppb_file_io.h | 129 * Query() queries info about the file opened by this FileIO object. The 138 * completion of Query(). <code>info</code> must remain valid until after the 140 * remain valid until after Query() returns. 146 int32_t (*Query)(PP_Resource file_io, 309 int32_t (*Query)(PP_Resource file_io,
|
/external/chromium_org/ppapi/thunk/ |
ppb_file_io_thunk.cc | 49 int32_t Query(PP_Resource file_io, 52 VLOG(4) << "PPB_FileIO::Query()"; 56 return enter.SetResult(enter.object()->Query(info, enter.callback())); 147 &Query, 160 &Query,
|
ppb_file_ref_thunk.cc | 126 int32_t Query(PP_Resource file_ref, 129 VLOG(4) << "PPB_FileRef::Query()"; 133 return enter.SetResult(enter.object()->Query(info, 179 &Query,
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSOperationCode.java | 13 * Query [RFC1035] 15 Query("Query", 0), 17 * IQuery (Inverse Query, Obsolete) [RFC3425] 19 IQuery("Inverse Query", 1),
|
/external/chromium/base/win/ |
event_trace_controller.cc | 141 HRESULT EtwTraceController::Query(const wchar_t* session_name,
|
/external/chromium_org/base/win/ |
event_trace_controller.cc | 141 HRESULT EtwTraceController::Query(const wchar_t* session_name,
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_external_file_ref_backend.cc | 71 int32_t PepperExternalFileRefBackend::Query(
|
pepper_internal_file_ref_backend.cc | 166 int32_t PepperInternalFileRefBackend::Query(
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
Queries.java | 30 public static final Query PHONE = new Query(new String[] { 48 public static final Query EMAIL = new Query(new String[]{ 66 static abstract class Query { 80 public Query (String[] projection, Uri contentFilter, Uri content) {
|
/external/chromium_org/gpu/command_buffer/client/ |
query_tracker.cc | 87 QueryTracker::Query::Query(GLuint id, GLenum target, 101 void QueryTracker::Query::Begin(GLES2Implementation* gl) { 123 void QueryTracker::Query::End(GLES2Implementation* gl) { 128 // There was no error so start the query on the serivce. 133 // set the query as completed and return the error. 146 bool QueryTracker::Query::CheckResultsAvailable( 188 uint32 QueryTracker::Query::GetResult() const { 208 QueryTracker::Query* QueryTracker::CreateQuery(GLuint id, GLenum target) { 215 Query* query = new Query(id, target, info) local 231 Query* query = it->second; local 250 Query* query = *it; local [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
query_manager.h | 31 class GPU_EXPORT Query : public base::RefCounted<Query> { 33 Query( 74 virtual ~Query(); 123 friend class base::RefCounted<Query>; 127 // The manager that owns this Query. 130 // The type of query. 133 // The shared memory used with this Query. 158 // Creates a Query for the given query [all...] |
query_manager.cc | 64 : public QueryManager::Query, 83 : Query(manager, target, shm_id, shm_offset) { 124 // query. 145 class AllSamplesPassedQuery : public QueryManager::Query { 159 // Service side query id. 166 : Query(manager, target, shm_id, shm_offset), 204 class CommandsIssuedQuery : public QueryManager::Query { 223 : Query(manager, target, shm_id, shm_offset) { 251 class CommandLatencyQuery : public QueryManager::Query { 267 : Query(manager, target, shm_id, shm_offset) 421 Query* query = queries_.begin()->second.get(); local 429 scoped_refptr<Query> query; local 473 Query* query = it->second.get(); local 579 Query* query = pending_queries_.front().get(); local 599 Query* query = pending_transfer_queries_.front().get(); local [all...] |
/external/chromium_org/ppapi/proxy/ |
file_ref_resource.cc | 169 int32_t FileRefResource::Query(PP_FileInfo* info,
|