HomeSort by relevance Sort by last modified time
    Searched refs:getRenderTargetSerial (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage.h 53 virtual unsigned int getRenderTargetSerial(GLenum target) const = 0;
82 virtual unsigned int getRenderTargetSerial(GLenum target) const;
99 virtual unsigned int getRenderTargetSerial(GLenum target) const;
TextureStorage.cpp 92 unsigned int TextureStorageInterface2D::getRenderTargetSerial(GLenum target) const
117 unsigned int TextureStorageInterfaceCube::getRenderTargetSerial(GLenum target) const
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Framebuffer.h 44 unsigned int getRenderTargetSerial(unsigned int colorAttachment) const;
Renderbuffer.cpp 129 return mTexture2D->getRenderTargetSerial(mTarget);
193 return mTextureCubeMap->getRenderTargetSerial(mTarget);
Framebuffer.cpp 140 unsigned int Framebuffer::getRenderTargetSerial(unsigned int colorAttachment) const
Texture.h 95 unsigned int getRenderTargetSerial(GLenum target);
Texture.cpp 266 unsigned int Texture::getRenderTargetSerial(GLenum target)
269 return texture ? texture->getRenderTargetSerial(target) : 0;
    [all...]

Completed in 111 milliseconds