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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
BicubicShader.cpp 35 #include "BicubicShader.h"
41 BicubicShader::BicubicShader(GraphicsContext3D* context, unsigned program)
53 PassOwnPtr<BicubicShader> BicubicShader::create(GraphicsContext3D* context)
109 return new BicubicShader(context, program);
112 void BicubicShader::use(const AffineTransform& transform, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha)
BicubicShader.h 38 class BicubicShader : public Shader {
40 static PassOwnPtr<BicubicShader> create(GraphicsContext3D*);
45 BicubicShader(GraphicsContext3D*, unsigned program);

Completed in 67 milliseconds