Home
last modified time | relevance | path

Searched refs:Blit (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DBlit.cpp115 const char * const Blit::mShaderSource[] =
124 Blit::Blit(Context *context) in Blit() function in gl::Blit
131 Blit::~Blit() in ~Blit()
146 void Blit::initGeometry() in initGeometry()
186 bool Blit::setShader(ShaderId source, const char *profile, in setShader()
233 bool Blit::setVertexShader(ShaderId shader) in setVertexShader()
238 bool Blit::setPixelShader(ShaderId shader) in setPixelShader()
243 RECT Blit::getSurfaceRect(IDirect3DSurface9 *surface) const in getSurfaceRect()
257 bool Blit::boxFilter(IDirect3DSurface9 *source, IDirect3DSurface9 *dest) in boxFilter()
290 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLin… in formatConvert()
[all …]
DBlit.h25 class Blit
28 explicit Blit(Context *context);
29 ~Blit();
86 DISALLOW_COPY_AND_ASSIGN(Blit);
DContext.h53 class Blit; variable
435 Blit *getBlitter() { return mBlit; } in getBlitter()
473 Blit *mBlit;
DTexture.h27 class Blit; variable
143 Blit *getBlitter();
DTexture.cpp58 Blit *Texture::getBlitter() in getBlitter()
DContext.cpp234 mBlit = new Blit(this); in makeCurrent()
/external/webkit/Source/WebCore/platform/graphics/wx/
DImageWx.cpp158 …context->Blit((wxCoord)dstIntRect.x(),(wxCoord)dstIntRect.y(), (wxCoord)dstIntRect.width(), (wxCoo… in draw()
227 context->Blit((wxCoord)dstRect.x() + currentW, (wxCoord)dstRect.y() + currentH, in drawPattern()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DDrawQuadData.h43 Blit // 1:1 straight pixel blit enumerator
DTransferQueue.cpp203 TextureQuadData data(srcTexId, GL_NEAREST, srcTexTarget, Blit, 0, 0, 1.0, false); in blitTileFromQueue()
DShaderProgram.cpp790 if (type == Blit) in getTileProjectionMatrix()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog376 * src/libGLESv2/Blit.cpp:
377 (gl::Blit::copySurfaceToTexture):
378 (gl::Blit::setCommonBlitState):
836 * src/libGLESv2/Blit.cpp:
837 (gl::Blit::setVertexShader):
838 (gl::Blit::setPixelShader):
839 (gl::Blit::setFormatConvertShaders):
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_video.c896 surface->Blit (surface, src->hwdata->surface, &sr, dr.x, dr.y); in DirectFB_HWAccelBlit()
948 …HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->… in DirectFB_FlipHWSurface()
990 …HIDDEN->c2frame->Blit(HIDDEN->c2frame, this->screen->hwdata->surface, NULL, HIDDEN->c2dsize.x, HID… in DirectFB_DirectUpdate()
1045 … HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y); in DirectFB_WindowedUpdate()
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1621655 Blit offscreen buffer using the dirty rectangle's offset.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1627991 Blit the plug-in backing store into the local backing store and tell the plug-in