OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrFree
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrMemory.cpp
21
void
GrFree
(void* ptr) {
GrTDArray.h
35
GrFree
(fArray);
57
GrFree
(fArray);
67
GrFree
(fArray);
116
* Calls
GrFree
() on each element. Assumes each is NULL or was allocated
122
GrFree
(*curr);
197
GrFree
(fArray);
GrAllocPool.cpp
73
GrFree
(block);
98
GrFree
(fBlock);
GrAllocator.h
71
GrFree
(fBlocks[i]);
74
GrFree
(fBlocks[0]);
GrGpu.cpp
305
GrFree
(indices);
[
all
...]
/external/skia/include/gpu/
GrTypes.h
125
extern void
GrFree
(void* ptr);
Completed in 98 milliseconds