|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SamplerGL.h>
Public Member Functions | |
| SamplerGL (const FunctionsGL *functions, StateManagerGL *stateManager) | |
| ~SamplerGL () override | |
| void | syncState (const gl::SamplerState &samplerState) const |
| GLuint | getSamplerID () const |
Public Member Functions inherited from rx::SamplerImpl | |
| SamplerImpl () | |
| virtual | ~SamplerImpl () |
Public Member Functions inherited from angle::NonCopyable | |
| NonCopyable ()=default | |
| ~NonCopyable ()=default | |
Additional Inherited Members | |
Protected Member Functions inherited from angle::NonCopyable | |
| NonCopyable (const NonCopyable &)=delete | |
| void | operator= (const NonCopyable &)=delete |
| rx::SamplerGL::SamplerGL | ( | const FunctionsGL * | functions, |
| StateManagerGL * | stateManager | ||
| ) |
|
override |
| GLuint rx::SamplerGL::getSamplerID | ( | ) | const |
| void rx::SamplerGL::syncState | ( | const gl::SamplerState & | samplerState | ) | const |
1.8.13