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(GraphicsContext3D*, Platform3DObject);
WebGLObject.h 67 // deleteObjectImpl should be only called once to delete the OpenGL resource.
68 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject) = 0;
WebGLShader.h 49 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
WebGLBuffer.cpp 52 void WebGLBuffer::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object)
WebGLObject.cpp 64 deleteObjectImpl(context3d, m_object);
WebGLProgram.h 66 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
WebGLRenderbuffer.cpp 56 void WebGLRenderbuffer::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object)
WebGLShader.cpp 53 void WebGLShader::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object)
WebGLRenderbuffer.h 70 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
WebGLFramebuffer.h 111 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
WebGLVertexArrayObjectOES.h 90 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
WebGLTexture.h 81 virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
WebGLProgram.cpp 54 void WebGLProgram::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject obj)
WebGLVertexArrayObjectOES.cpp 64 void WebGLVertexArrayObjectOES::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object)
WebGLTexture.cpp 248 void WebGLTexture::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object)
WebGLFramebuffer.cpp 587 void WebGLFramebuffer::deleteObjectImpl(GraphicsContext3D* context3d, Platform3DObject object)

Completed in 83 milliseconds