OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBufferPtr
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrBufferAllocPool.cpp
45
fBufferPtr
= NULL;
105
if (NULL !=
fBufferPtr
) {
113
fBufferPtr
= NULL;
120
if (NULL !=
fBufferPtr
) {
124
GrAssert(buf->lockPtr() ==
fBufferPtr
);
126
GrAssert(fCpuData.get() ==
fBufferPtr
);
147
if (NULL !=
fBufferPtr
) {
157
return (void*)(reinterpret_cast<intptr_t>(
fBufferPtr
) + usedBytes);
165
GrAssert(NULL !=
fBufferPtr
);
171
return
fBufferPtr
;
[
all
...]
GrBufferAllocPool.h
186
void*
fBufferPtr
;
Completed in 32 milliseconds