webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rx::PathImpl Class Referenceabstract

#include <PathImpl.h>

Inheritance diagram for rx::PathImpl:
angle::NonCopyable rx::PathGL rx::PathNULL

Public Member Functions

virtual ~PathImpl ()
 
virtual gl::Error setCommands (GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords)=0
 
virtual void setPathParameter (GLenum pname, GLfloat value)=0
 

Constructor & Destructor Documentation

◆ ~PathImpl()

virtual rx::PathImpl::~PathImpl ( )
inlinevirtual

Member Function Documentation

◆ setCommands()

virtual gl::Error rx::PathImpl::setCommands ( GLsizei  numCommands,
const GLubyte commands,
GLsizei  numCoords,
GLenum  coordType,
const void coords 
)
pure virtual

Implemented in rx::PathGL, and rx::PathNULL.

◆ setPathParameter()

virtual void rx::PathImpl::setPathParameter ( GLenum  pname,
GLfloat  value 
)
pure virtual

Implemented in rx::PathGL, and rx::PathNULL.


The documentation for this class was generated from the following file: