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

#include <PathGL.h>

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

Public Member Functions

 PathGL (const FunctionsGL *functions, GLuint path)
 
 ~PathGL ()
 
gl::Error setCommands (GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords) override
 
void setPathParameter (GLenum pname, GLfloat value) override
 
GLuint getPathID () const
 
- Public Member Functions inherited from rx::PathImpl
virtual ~PathImpl ()
 

Constructor & Destructor Documentation

◆ PathGL()

rx::PathGL::PathGL ( const FunctionsGL functions,
GLuint  path 
)

◆ ~PathGL()

rx::PathGL::~PathGL ( )

Member Function Documentation

◆ getPathID()

GLuint rx::PathGL::getPathID ( ) const
inline

◆ setCommands()

gl::Error rx::PathGL::setCommands ( GLsizei  numCommands,
const GLubyte commands,
GLsizei  numCoords,
GLenum  coordType,
const void coords 
)
overridevirtual

Implements rx::PathImpl.

◆ setPathParameter()

void rx::PathGL::setPathParameter ( GLenum  pname,
GLfloat  value 
)
overridevirtual

Implements rx::PathImpl.


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