Searched refs:deleteObject (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLObject.cpp52 void WebGLObject::deleteObject(blink::WebGraphicsContext3D* context3d) function in class:blink::WebGLObject
92 deleteObject(0);
100 deleteObject(context3d);
H A DWebGLSharedObject.cpp51 deleteObject(0);
H A DWebGLContextObject.cpp56 deleteObject(m_context->webContext());
H A DWebGLObject.h48 // deleteObject may not always delete the OpenGL resource. For programs and
51 void deleteObject(blink::WebGraphicsContext3D*);
H A DWebGLRenderbuffer.cpp75 m_emulatedStencilBuffer->deleteObject(context3d);
H A DOESVertexArrayObject.cpp74 arrayObject->deleteObject(m_context->webContext());
H A DWebGLRenderingContextBase.cpp1641 bool WebGLRenderingContextBase::deleteObject(WebGLObject* object) function in class:blink::__anon11092::WebGLRenderingContextBase
1652 object->deleteObject(webContext());
1659 if (!deleteObject(buffer))
1669 if (!deleteObject(framebuffer))
1681 deleteObject(program);
1688 if (!deleteObject(renderbuffer))
1698 deleteObject(shader);
1703 if (!deleteObject(texture))
H A DWebGLRenderingContextBase.h895 bool deleteObject(WebGLObject*);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 260 milliseconds