OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrAutoSMalloc
(Results
1 - 5
of
5
) sorted by null
/external/skia/gpu/include/
GrMemory.h
91
template <size_t SIZE> class
GrAutoSMalloc
: GrNoncopyable {
93
GrAutoSMalloc
() {
98
explicit
GrAutoSMalloc
(size_t bytes) {
108
~
GrAutoSMalloc
() {
172
class GrAutoSTMalloc : public
GrAutoSMalloc
<COUNT * sizeof(T)> {
174
GrAutoSTMalloc(int count) :
GrAutoSMalloc
<COUNT * sizeof(T)>(count * sizeof(T)) {}
/external/skia/gpu/src/
GrAtlas.cpp
100
GrAutoSMalloc
<1024> storage;
GrTextStrike.cpp
188
GrAutoSMalloc
<1024> storage(size);
GrGpuGL.cpp
756
GrAutoSMalloc
<128 * 128> trimStorage;
843
GrAutoSMalloc
<128*128> texels(glDesc.fUploadByteCount * maxTexels);
[
all
...]
GrContext.cpp
292
GrAutoSMalloc
<128*128*4> stretchedPixels(bpp *
[
all
...]
Completed in 68 milliseconds