Searched refs:TextureColorbufferProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.h80 class TextureColorbufferProxy;
81 friend class TextureColorbufferProxy;
82 class TextureColorbufferProxy : public Colorbuffer class in class:gl::Texture
85 TextureColorbufferProxy(Texture *texture, GLenum target);
H A DTexture.cpp1725 mColorbufferProxy.set(new Renderbuffer(id(), new TextureColorbufferProxy(this, target)));
2399 mFaceProxies[face].set(new Renderbuffer(id(), new TextureColorbufferProxy(this, target)));
2422 Texture::TextureColorbufferProxy::TextureColorbufferProxy(Texture *texture, GLenum target) function in class:gl::Texture::TextureColorbufferProxy
2428 void Texture::TextureColorbufferProxy::addRef() const
2433 void Texture::TextureColorbufferProxy::release() const
2438 IDirect3DSurface9 *Texture::TextureColorbufferProxy::getRenderTarget()
2447 int Texture::TextureColorbufferProxy::getWidth() const
2452 int Texture::TextureColorbufferProxy::getHeight() const
2457 GLenum Texture::TextureColorbufferProxy
[all...]

Completed in 153 milliseconds