Lines Matching refs:TextureRenderTarget9
21 TextureRenderTarget9::TextureRenderTarget9(IDirect3DBaseTexture9 *texture, in TextureRenderTarget9() function in rx::TextureRenderTarget9
49 TextureRenderTarget9::~TextureRenderTarget9() in ~TextureRenderTarget9()
55 GLsizei TextureRenderTarget9::getWidth() const in getWidth()
60 GLsizei TextureRenderTarget9::getHeight() const in getHeight()
65 GLsizei TextureRenderTarget9::getDepth() const in getDepth()
70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat()
75 GLsizei TextureRenderTarget9::getSamples() const in getSamples()
80 IDirect3DBaseTexture9 *TextureRenderTarget9::getTexture() const in getTexture()
85 size_t TextureRenderTarget9::getTextureLevel() const in getTextureLevel()
90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface()
102 D3DFORMAT TextureRenderTarget9::getD3DFormat() const in getD3DFormat()