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 50 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLShader.h 50 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLBuffer.cpp 52 void WebGLBuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLObject.cpp 64 deleteObjectImpl(context3d, m_object);
WebGLObject.h 69 // deleteObjectImpl should be only called once to delete the OpenGL resource.
70 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) = 0;
WebGLProgram.h 65 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLRenderbuffer.cpp 55 void WebGLRenderbuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLShader.cpp 53 void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLRenderbuffer.h 66 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLFramebuffer.h 105 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLVertexArrayObjectOES.h 90 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLTexture.h 81 virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
WebGLProgram.cpp 54 void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj)
WebGLVertexArrayObjectOES.cpp 62 void WebGLVertexArrayObjectOES::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLTexture.cpp 248 void WebGLTexture::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)
WebGLFramebuffer.cpp 540 void WebGLFramebuffer::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject object)

Completed in 315 milliseconds