HomeSort by relevance Sort by last modified time
    Searched defs:TexShader (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
TexShader.cpp 35 #include "TexShader.h"
41 TexShader::TexShader(GraphicsContext3D* context, unsigned program)
51 PassOwnPtr<TexShader> TexShader::create(GraphicsContext3D* context)
58 return new TexShader(context, program);
61 void TexShader::use(const AffineTransform& transform, const AffineTransform& texTransform, int sampler, float alpha)
TexShader.h 38 class TexShader : public Shader {
40 static PassOwnPtr<TexShader> create(GraphicsContext3D* context);
44 TexShader(GraphicsContext3D* context, unsigned program);

Completed in 144 milliseconds