Home
last modified time | relevance | path

Searched refs:useTextureProgram (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.h111 void useTextureProgram(const AffineTransform&, const AffineTransform&, float alpha);
DSharedGraphicsContext3D.cpp396 void SharedGraphicsContext3D::useTextureProgram(const AffineTransform& transform, const AffineTrans… in useTextureProgram() function in WebCore::SharedGraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp503 m_context->useTextureProgram(matrix, texMatrix, alpha); in drawTexturedQuad()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662534 (WebCore::SharedGraphicsContext3D::useTextureProgram):