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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLBuffer.h 51 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLShader.h 51 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLBuffer.cpp 60 void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLObject.cpp 66 deleteObjectImpl(context3d, m_object);
WebGLObject.h 72 // deleteObjectImpl should be only called once to delete the OpenGL resource.
73 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) = 0;
WebGLShader.cpp 59 void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLProgram.h 68 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLRenderbuffer.cpp 65 void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLRenderbuffer.h 69 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLFramebuffer.h 110 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLVertexArrayObjectOES.h 99 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLProgram.cpp 53 // the references to prevent deleteObjectImpl() from trying to do
69 void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj)
WebGLTexture.h 82 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLVertexArrayObjectOES.cpp 88 void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLTexture.cpp 254 void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLFramebuffer.cpp 563 void WebGLFramebuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)

Completed in 6914 milliseconds