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

  /external/chromium_org/cc/surfaces/
surface_id_allocator.cc 10 : id_namespace_(id_namespace), next_id_(1u) {
14 SurfaceId id(static_cast<uint64_t>(id_namespace_) << 32 | next_id_);
surface_id_allocator.h 25 uint32_t id_namespace_; member in class:cc::SurfaceIdAllocator
  /external/chromium_org/mojo/services/surfaces/
surfaces_impl.cc 22 id_namespace_(id_namespace),
31 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
41 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
45 << " should be namespace " << id_namespace_;
56 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
70 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
74 << " should be namespace " << id_namespace_;
surfaces_impl.h 65 uint32_t id_namespace_; member in class:mojo::SurfacesImpl
  /external/chromium_org/gpu/command_buffer/client/
share_group.cc 85 explicit StrictIdHandler(int id_namespace) : id_namespace_(id_namespace) {}
132 gl_impl->share_group_context_data()->id_handler_data(id_namespace_);
171 gl_impl->share_group_context_data()->id_handler_data(id_namespace_);
185 int id_namespace_; member in class:gpu::gles2::StrictIdHandler

Completed in 59 milliseconds