OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fResource
(Results
1 - 14
of
14
) sorted by null
/external/skia/src/gpu/
GrGpuResourceRef.cpp
11
fResource
= nullptr;
17
fResource
= nullptr;
25
SkASSERT(
fResource
);
26
fResource
->unref();
31
fResource
->completedRead();
34
fResource
->completedWrite();
37
fResource
->completedRead();
38
fResource
->completedWrite();
46
SkASSERT(SkToBool(
fResource
) == fOwnRef);
48
fResource
->unref()
[
all
...]
GrGpuResourceCacheAccess.h
29
return !
fResource
->getUniqueKey().isValid() &&
fResource
->fScratchKey.isValid() &&
30
SkBudgeted::kYes ==
fResource
->resourcePriv().isBudgeted();
36
bool isExternal() const { return
fResource
->isExternal(); }
42
bool isBorrowed() const { return GrGpuResource::kBorrowed_LifeCycle ==
fResource
->fLifeCycle; }
48
bool isAdopted() const { return GrGpuResource::kAdopted_LifeCycle ==
fResource
->fLifeCycle; }
54
fResource
->release();
55
if (
fResource
->isPurgeable()) {
56
delete
fResource
;
64
fResource
->abandon()
[
all
...]
GrGpuResourcePriv.h
26
void setUniqueKey(const GrUniqueKey& key) {
fResource
->setUniqueKey(key); }
30
void removeUniqueKey() {
fResource
->removeUniqueKey(); }
36
void makeBudgeted() {
fResource
->makeBudgeted(); }
42
void makeUnbudgeted() {
fResource
->makeUnbudgeted(); }
48
bool ret = GrGpuResource::kCached_LifeCycle ==
fResource
->fLifeCycle;
49
SkASSERT(ret || !
fResource
->getUniqueKey().isValid());
58
const GrScratchKey& getScratchKey() const { return
fResource
->fScratchKey; }
64
void removeScratchKey() const {
fResource
->removeScratchKey(); }
67
ResourcePriv(GrGpuResource* resource) :
fResource
(resource) { }
68
ResourcePriv(const ResourcePriv& that) :
fResource
(that.fResource) {
[
all
...]
/external/icu/icu4c/source/common/
resbund.cpp
179
fResource
= ures_open(0, Locale::getDefault().getName(), &err);
187
if (other.
fResource
) {
188
fResource
= ures_copyResb(0, other.
fResource
, &status);
191
fResource
= NULL;
199
fResource
= ures_copyResb(0, res, &err);
202
fResource
= NULL;
209
fResource
= ures_open(path, locale.getName(), &err);
218
if(
fResource
!= 0) {
219
ures_close(
fResource
);
[
all
...]
resbund_cnv.cpp
46
fResource
= ures_open(NULL, locale.getName(), &error);
51
fResource
= ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
/external/skia/include/gpu/
GrGpuResourceRef.h
41
GrGpuResource* getResource() const { return
fResource
; }
80
GrGpuResource*
fResource
;
158
GrPendingIOResource(T* resource = NULL) :
fResource
(NULL) {
178
fResource
= resource;
185
explicit operator bool() const { return SkToBool(
fResource
); }
188
return
fResource
== other.
fResource
;
191
T* get() const { return
fResource
; }
195
if (
fResource
) {
198
fResource
->completedRead()
[
all
...]
/external/skia/src/gpu/vk/
GrVkBuffer.h
24
SkASSERT(!
fResource
);
27
VkBuffer buffer() const { return
fResource
->fBuffer; }
28
VkDeviceMemory alloc() const { return
fResource
->fAlloc; }
29
const GrVkResource* resource() const { return
fResource
; }
71
: fDesc(desc),
fResource
(resource), fMapPtr(nullptr) {
86
const Resource*
fResource
;
GrVkImage.h
45
GrVkImage(const Resource* imageResource) :
fResource
(imageResource) {
56
VkImage textureImage() const { return
fResource
->fImage; }
57
VkDeviceMemory textureMemory() const { return
fResource
->fAlloc; }
58
const Resource* resource() const { return
fResource
; }
60
return SkToBool(
fResource
->fFlags & Resource::kLinearTiling_Flag);
102
const Resource*
fResource
;
GrVkImage.cpp
37
fResource
->fImage, // image
98
SkASSERT(!
fResource
);
102
if (
fResource
) {
103
fResource
->unref(gpu);
104
fResource
= nullptr;
109
if (
fResource
) {
110
fResource
->unrefAndAbandon();
111
fResource
= nullptr;
GrVkBuffer.cpp
112
fResource
->unref(gpu);
113
fResource
= nullptr;
119
fResource
->unrefAndAbandon();
173
SkASSERT(!
fResource
|| kVertex_Type == fDesc.fType || kIndex_Type == fDesc.fType
GrVkTexture.cpp
117
return (GrBackendObject)&
fResource
;
GrVkRenderTarget.cpp
363
return (GrBackendObject)&
fResource
;
/external/icu/icu4c/source/common/unicode/
resbund.h
484
UResourceBundle *
fResource
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 279 milliseconds