Searched defs:getRenderTarget (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DSurface.cpp461 IDirect3DSurface9 *Surface::getRenderTarget() function in class:egl::Surface
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DFramebuffer.cpp131 IDirect3DSurface9 *Framebuffer::getRenderTarget() function in class:gl::Framebuffer
137 return colorbuffer->getRenderTarget();
H A DRenderbuffer.cpp47 IDirect3DSurface9 *Renderbuffer::getRenderTarget() function in class:gl::Renderbuffer
49 return mStorage->getRenderTarget();
118 IDirect3DSurface9 *RenderbufferStorage::getRenderTarget() function in class:gl::RenderbufferStorage
301 IDirect3DSurface9 *Colorbuffer::getRenderTarget() function in class:gl::Colorbuffer
H A DTexture.cpp1330 IDirect3DSurface9 *renderTarget = source->getRenderTarget();
1367 getBlitter()->formatConvert(source->getRenderTarget(), sourceRect, internalFormat, 0, 0, dest);
1384 IDirect3DSurface9 *renderTarget = source->getRenderTarget();
1421 getBlitter()->formatConvert(source->getRenderTarget(), sourceRect, mImageArray[0].format, xoffset, yoffset, dest);
1731 IDirect3DSurface9 *Texture2D::getRenderTarget(GLenum target) function in class:gl::Texture2D
2161 IDirect3DSurface9 *renderTarget = source->getRenderTarget();
2200 getBlitter()->formatConvert(source->getRenderTarget(), sourceRect, internalFormat, 0, 0, dest);
2250 IDirect3DSurface9 *renderTarget = source->getRenderTarget();
2287 getBlitter()->formatConvert(source->getRenderTarget(), sourceRect, mImageArray[0][0].format, xoffset, yoffset, dest);
2405 IDirect3DSurface9 *TextureCubeMap::getRenderTarget(GLenu function in class:gl::TextureCubeMap
2438 IDirect3DSurface9 *Texture::TextureColorbufferProxy::getRenderTarget() function in class:gl::Texture::TextureColorbufferProxy
[all...]
/external/skia/src/gpu/
H A DGrDrawState.h456 const GrRenderTarget* getRenderTarget() const { return fRenderTarget; } function in struct:GrDrawState
457 GrRenderTarget* getRenderTarget() { return fRenderTarget; } function in struct:GrDrawState
472 fSavedTarget = ds->getRenderTarget();
H A DGrContext.cpp593 GrIntToScalar(getRenderTarget()->width()),
594 GrIntToScalar(getRenderTarget()->height()));
910 if (drawState.getRenderTarget()->isMultisampled()) {
956 !this->getRenderTarget()->isMultisampled();
1218 const GrRenderTarget* rt = target->getDrawState().getRenderTarget();
1369 bool prAA = paint.fAntiAlias && !this->getRenderTarget()->isMultisampled();
1551 target = fGpu->drawState()->getRenderTarget();
1709 target = fGpu->drawState()->getRenderTarget();
1902 GrRenderTarget* GrContext::getRenderTarget() { function in class:GrContext
1903 return fGpu->drawState()->getRenderTarget();
1906 const GrRenderTarget* GrContext::getRenderTarget() const { function in class:GrContext
[all...]

Completed in 119 milliseconds