OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrAutoMalloc
(Results
1 - 4
of
4
) sorted by null
/external/skia/gpu/include/
GrMemory.h
23
class
GrAutoMalloc
: GrNoncopyable {
25
GrAutoMalloc
() : fPtr(NULL), fAllocatedBytes(0){
28
GrAutoMalloc
(size_t bytes) : fPtr(GrMalloc(bytes)), fAllocatedBytes(bytes) {}
29
~
GrAutoMalloc
() { GrFree(fPtr); }
87
* Variant of
GrAutoMalloc
with a compile-time specified byte size that is
167
* Variant of
GrAutoMalloc
with a compile-time specified byte size that is
/external/skia/gpu/src/
GrBufferAllocPool.h
185
GrAutoMalloc
fCpuData;
GrGLProgram.cpp
750
GrAutoMalloc
log(sizeof(char)*(infoLen+1)); // outside if for debugger
828
GrAutoMalloc
log(sizeof(char)*(infoLen+1)); // outside if for debugger
[
all
...]
GrGpuGL.cpp
[
all
...]
Completed in 65 milliseconds