OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrFree
(Results
1 - 9
of
9
) sorted by null
/external/skia/gpu/src/
GrMemory.cpp
30
void
GrFree
(void* ptr) {
GrBinHashKey.h
111
GrFree
(fHeapData);
126
GrFree
(fHeapData);
208
GrFree
(fHeapData);
GrAllocPool.cpp
80
GrFree
(block);
105
GrFree
(fBlock);
GrGpu.cpp
218
GrFree
(indices);
/external/skia/gpu/include/
GrMemory.h
29
~GrAutoMalloc() {
GrFree
(fPtr); }
41
* a call to
GrFree
()
63
GrFree
(fPtr);
76
GrFree
(fPtr);
110
GrFree
(fPtr);
131
GrFree
(fPtr);
138
GrFree
(fPtr);
154
GrFree
(fPtr);
GrTDArray.h
41
GrFree
(fArray);
63
GrFree
(fArray);
73
GrFree
(fArray);
122
* Calls
GrFree
() on each element. Assumes each is NULL or was allocated
128
GrFree
(*curr);
203
GrFree
(fArray);
GrAllocator.h
79
GrFree
(fBlocks[i]);
82
GrFree
(fBlocks[0]);
GrTArray.h
187
GrFree
(fMemArray);
314
GrFree
(fMemArray);
GrTypes.h
118
extern void
GrFree
(void* ptr);
Completed in 546 milliseconds