OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gStaticRefCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrDebugGL.h
93
SkASSERT(0 <
gStaticRefCount
);
105
gStaticRefCount
++;
109
SkASSERT(
gStaticRefCount
> 0);
110
gStaticRefCount
--;
111
if (0 ==
gStaticRefCount
) {
140
static int
gStaticRefCount
;
GrDebugGL.cpp
20
int GrDebugGL::
gStaticRefCount
= 0;
/external/skia/src/gpu/gl/debug/
GrDebugGL.h
93
SkASSERT(0 <
gStaticRefCount
);
105
gStaticRefCount
++;
109
SkASSERT(
gStaticRefCount
> 0);
110
gStaticRefCount
--;
111
if (0 ==
gStaticRefCount
) {
140
static int
gStaticRefCount
;
GrDebugGL.cpp
20
int GrDebugGL::
gStaticRefCount
= 0;
Completed in 27 milliseconds