HomeSort by relevance Sort by last modified time
    Searched defs:WebGraphicsContext3DCommandBufferImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 45 static base::LazyInstance<std::set<WebGraphicsContext3DCommandBufferImpl*> >
51 WebGraphicsContext3DCommandBufferImpl* context) {
59 std::set<WebGraphicsContext3DCommandBufferImpl*>* share_set =
61 for (std::set<WebGraphicsContext3DCommandBufferImpl*>::iterator iter =
103 void WebGraphicsContext3DCommandBufferImpl::name() { \
108 rt WebGraphicsContext3DCommandBufferImpl::name() { \
113 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
118 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
123 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
128 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1, t2 a2) {
    [all...]
webgraphicscontext3d_command_buffer_impl.h 75 class WebGraphicsContext3DCommandBufferImpl
77 public base::SupportsWeakPtr<WebGraphicsContext3DCommandBufferImpl> {
79 WebGraphicsContext3DCommandBufferImpl(
85 virtual ~WebGraphicsContext3DCommandBufferImpl();
121 // Create & initialize a WebGraphicsContext3DCommandBufferImpl. Return NULL
123 static CONTENT_EXPORT WebGraphicsContext3DCommandBufferImpl*
644 // WebGraphicsContext3DCommandBufferImpl configuration attributes. Those in
743 base::WeakPtrFactory<WebGraphicsContext3DCommandBufferImpl> weak_ptr_factory_;

Completed in 66 milliseconds