OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrAutoTRestore
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTemplates.h
30
*
GrAutoTRestore
<int*> autoCountRestore;
38
template <typename T> class
GrAutoTRestore
: SkNoncopyable {
40
GrAutoTRestore
() : fPtr(NULL), fVal() {}
42
GrAutoTRestore
(T* ptr) {
49
~
GrAutoTRestore
() {
GrInOrderDrawBuffer.cpp
482
GrAutoTRestore
<bool> flushRestore(&fFlushing);
[
all
...]
/external/skia/src/gpu/
GrTemplates.h
30
*
GrAutoTRestore
<int*> autoCountRestore;
38
template <typename T> class
GrAutoTRestore
: SkNoncopyable {
40
GrAutoTRestore
() : fPtr(NULL), fVal() {}
42
GrAutoTRestore
(T* ptr) {
49
~
GrAutoTRestore
() {
GrInOrderDrawBuffer.cpp
571
GrAutoTRestore
<bool> flushRestore(&fFlushing);
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGpuGL.cpp
[
all
...]
Completed in 585 milliseconds