OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrioritizedResource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
prioritized_resource.cc
16
PrioritizedResource
::
PrioritizedResource
(PrioritizedResourceManager* manager,
33
PrioritizedResource
::~
PrioritizedResource
() {
38
void
PrioritizedResource
::SetTextureManager(
48
void
PrioritizedResource
::SetDimensions(const gfx::Size& size,
61
bool
PrioritizedResource
::RequestLate() {
67
bool
PrioritizedResource
::BackingResourceWasEvicted() const {
71
void
PrioritizedResource
::AcquireBackingTexture(
78
void
PrioritizedResource
::SetPixels(ResourceProvider* resource_provider
[
all
...]
prioritized_resource.h
24
class CC_EXPORT
PrioritizedResource
{
26
static scoped_ptr<
PrioritizedResource
> Create(
30
return make_scoped_ptr(new
PrioritizedResource
(manager, size, format));
32
static scoped_ptr<
PrioritizedResource
> Create(
35
new
PrioritizedResource
(manager, gfx::Size(), RGBA_8888));
37
~
PrioritizedResource
();
53
// After
PrioritizedResource
::PrioritizeTextures() is called, this returns
116
PrioritizedResource
* owner() { return owner_; }
133
friend class
PrioritizedResource
;
135
PrioritizedResource
* owner_
[
all
...]
Completed in 75 milliseconds