HomeSort by relevance Sort by last modified time
    Searched refs:GrAutoTPtrValueRestore (Results 1 - 2 of 2) sorted by null

  /external/skia/gpu/include/
GrTemplates.h 70 * GrAutoTPtrValueRestore<int*> autoCountRestore;
78 template <typename T> class GrAutoTPtrValueRestore : public GrNoncopyable {
80 GrAutoTPtrValueRestore() : fPtr(NULL), fVal() {}
82 GrAutoTPtrValueRestore(T* ptr) {
89 ~GrAutoTPtrValueRestore() {
  /external/skia/gpu/src/
GrGpuGL.cpp     [all...]

Completed in 289 milliseconds