Searched refs:Sk3DShaderContext (Results 1 – 1 of 1) sorted by relevance
585 size_t size = sizeof(Sk3DShaderContext); in contextSize()595 char* proxyContextStorage = (char*) storage + sizeof(Sk3DShaderContext); in onCreateContext()601 return SkNEW_PLACEMENT_ARGS(storage, Sk3DShaderContext, (*this, rec, proxyContext)); in onCreateContext()604 class Sk3DShaderContext : public SkShader::Context { class in Sk3DShader607 Sk3DShaderContext(const Sk3DShader& shader, const ContextRec& rec, in Sk3DShaderContext() function in Sk3DShader::Sk3DShaderContext618 virtual ~Sk3DShaderContext() { in ~Sk3DShaderContext()