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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 17 if (!this->wasDestroyed()) {
30 if (!this->wasDestroyed()) {
38 if (!this->wasDestroyed()) {
44 if (!this->wasDestroyed()) {
GrGLVertexBuffer.cpp 17 if (!this->wasDestroyed()) {
30 if (!this->wasDestroyed()) {
38 if (!this->wasDestroyed()) {
44 if (!this->wasDestroyed()) {
GrGLIndexBuffer.h 29 if (!this->wasDestroyed()) {
44 SkASSERT(!this->wasDestroyed());
GrGLVertexBuffer.h 29 if (!this->wasDestroyed()) {
44 SkASSERT(!this->wasDestroyed());
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 17 if (!this->wasDestroyed()) {
30 if (!this->wasDestroyed()) {
38 if (!this->wasDestroyed()) {
44 if (!this->wasDestroyed()) {
GrGLVertexBuffer.cpp 17 if (!this->wasDestroyed()) {
30 if (!this->wasDestroyed()) {
38 if (!this->wasDestroyed()) {
44 if (!this->wasDestroyed()) {
GrGLIndexBuffer.h 29 if (!this->wasDestroyed()) {
44 SkASSERT(!this->wasDestroyed());
GrGLVertexBuffer.h 29 if (!this->wasDestroyed()) {
44 SkASSERT(!this->wasDestroyed());
GrGpuGL.cpp     [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrGpuObject.h 39 * contextLost called. It's up to the client to test wasDestroyed() before
46 bool wasDestroyed() const { return NULL == fGpu; }
75 virtual bool isValidOnGpu() const SK_OVERRIDE { return !this->wasDestroyed(); }
  /external/skia/include/gpu/
GrGpuObject.h 39 * contextLost called. It's up to the client to test wasDestroyed() before
46 bool wasDestroyed() const { return NULL == fGpu; }
75 virtual bool isValidOnGpu() const SK_OVERRIDE { return !this->wasDestroyed(); }
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.h 70 static void wasDestroyed(Element*);
CustomElement.cpp 128 void CustomElement::wasDestroyed(Element* element)
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuObject.cpp 27 SkASSERT(this->wasDestroyed());
SkGrPixelRef.cpp 163 if (NULL == fSurface || fSurface->wasDestroyed()) {
GrGpu.cpp 64 SkASSERT(NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed());
80 SkASSERT(NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed());
  /external/skia/src/gpu/
GrGpuObject.cpp 27 SkASSERT(this->wasDestroyed());
SkGrPixelRef.cpp 163 if (NULL == fSurface || fSurface->wasDestroyed()) {
GrGpu.cpp 64 SkASSERT(NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed());
80 SkASSERT(NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 149 CustomElement::wasDestroyed(this);
    [all...]

Completed in 1350 milliseconds