Home | History | Annotate | Download | only in gpu

Lines Matching defs:GrEffect

8 #include "GrEffect.h"
78 GrEffect::~GrEffect() {
82 const char* GrEffect::name() const {
86 void GrEffect::addCoordTransform(const GrCoordTransform* transform) {
91 void GrEffect::addTextureAccess(const GrTextureAccess* access) {
95 void* GrEffect::operator new(size_t size) {
99 void GrEffect::operator delete(void* target) {
104 void GrEffect::assertEquality(const GrEffect& other) const {