Home
last modified time | relevance | path

Searched refs:drawSurface (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
Dmain.cpp55 current->drawSurface = EGL_NO_SURFACE; in DllMain()
137 current->drawSurface = surface; in setCurrentDrawSurface()
144 return current->drawSurface; in getCurrentDrawSurface()
Dmain.h23 EGLSurface drawSurface; member
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer9.cpp2650 IDirect3DSurface9* drawSurface = NULL; in blitRect() local
2667 drawSurface = drawRenderTarget->getSurface(); in blitRect()
2670 if (!readSurface || !drawSurface) in blitRect()
2688 … HRESULT result = mDevice->StretchRect(readSurface, &srcRect, drawSurface, &dstRect, D3DTEXF_NONE); in blitRect()
2691 drawSurface->Release(); in blitRect()
2707 IDirect3DSurface9* drawSurface = NULL; in blitRect() local
2724 drawSurface = drawDepthStencil->getSurface(); in blitRect()
2727 if (!readSurface || !drawSurface) in blitRect()
2733 HRESULT result = mDevice->StretchRect(readSurface, NULL, drawSurface, NULL, D3DTEXF_NONE); in blitRect()
2736 drawSurface->Release(); in blitRect()