OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offscreen_contexts
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
pixel_test.cc
166
scoped_refptr<webkit::gpu::ContextProviderInProcess>
offscreen_contexts
=
local
168
ASSERT_TRUE(
offscreen_contexts
->BindToCurrentThread());
169
resource_provider_->set_offscreen_context_provider(
offscreen_contexts
);
/external/chromium_org/cc/trees/
single_thread_proxy.cc
478
cc::ContextProvider*
offscreen_contexts
= layer_tree_host_impl_->
local
480
if (
offscreen_contexts
)
481
offscreen_contexts
->VerifyContexts();
thread_proxy.cc
377
if (cc::ContextProvider*
offscreen_contexts
= layer_tree_host_impl_
379
offscreen_contexts
->VerifyContexts();
[
all
...]
/external/chromium_org/cc/output/
gl_renderer.cc
479
ContextProvider*
offscreen_contexts
=
481
if (!
offscreen_contexts
|| !
offscreen_contexts
->GrContext())
493
offscreen_contexts
->Context3d()->makeContextCurrent();
502
offscreen_contexts
->GrContext());
506
offscreen_contexts
->GrContext()->flush();
510
offscreen_contexts
->Context3d()->flush();
523
ContextProvider*
offscreen_contexts
=
525
if (!
offscreen_contexts
|| !
offscreen_contexts
->GrContext()
[
all
...]
Completed in 72 milliseconds