• Home
  • Raw
  • Download

Lines Matching refs:Texture

741 Texture::Texture(rx::GLImplFactory *factory, TextureID id, TextureType type)  in Texture()  function in gl::Texture
756 void Texture::onDestroy(const Context *context) in onDestroy()
779 Texture::~Texture() in ~Texture()
784 void Texture::setLabel(const Context *context, const std::string &label) in setLabel()
790 const std::string &Texture::getLabel() const in getLabel()
795 void Texture::setSwizzleRed(const Context *context, GLenum swizzleRed) in setSwizzleRed()
801 GLenum Texture::getSwizzleRed() const in getSwizzleRed()
806 void Texture::setSwizzleGreen(const Context *context, GLenum swizzleGreen) in setSwizzleGreen()
812 GLenum Texture::getSwizzleGreen() const in getSwizzleGreen()
817 void Texture::setSwizzleBlue(const Context *context, GLenum swizzleBlue) in setSwizzleBlue()
823 GLenum Texture::getSwizzleBlue() const in getSwizzleBlue()
828 void Texture::setSwizzleAlpha(const Context *context, GLenum swizzleAlpha) in setSwizzleAlpha()
834 GLenum Texture::getSwizzleAlpha() const in getSwizzleAlpha()
839 void Texture::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter()
847 GLenum Texture::getMinFilter() const in getMinFilter()
852 void Texture::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter()
860 GLenum Texture::getMagFilter() const in getMagFilter()
865 void Texture::setWrapS(const Context *context, GLenum wrapS) in setWrapS()
873 GLenum Texture::getWrapS() const in getWrapS()
878 void Texture::setWrapT(const Context *context, GLenum wrapT) in setWrapT()
888 GLenum Texture::getWrapT() const in getWrapT()
893 void Texture::setWrapR(const Context *context, GLenum wrapR) in setWrapR()
901 GLenum Texture::getWrapR() const in getWrapR()
906 void Texture::setMaxAnisotropy(const Context *context, float maxAnisotropy) in setMaxAnisotropy()
914 float Texture::getMaxAnisotropy() const in getMaxAnisotropy()
919 void Texture::setMinLod(const Context *context, GLfloat minLod) in setMinLod()
927 GLfloat Texture::getMinLod() const in getMinLod()
932 void Texture::setMaxLod(const Context *context, GLfloat maxLod) in setMaxLod()
940 GLfloat Texture::getMaxLod() const in getMaxLod()
945 void Texture::setCompareMode(const Context *context, GLenum compareMode) in setCompareMode()
953 GLenum Texture::getCompareMode() const in getCompareMode()
958 void Texture::setCompareFunc(const Context *context, GLenum compareFunc) in setCompareFunc()
966 GLenum Texture::getCompareFunc() const in getCompareFunc()
971 void Texture::setSRGBDecode(const Context *context, GLenum sRGBDecode) in setSRGBDecode()
979 GLenum Texture::getSRGBDecode() const in getSRGBDecode()
984 void Texture::setSRGBOverride(const Context *context, GLenum sRGBOverride) in setSRGBOverride()
994 GLenum Texture::getSRGBOverride() const in getSRGBOverride()
999 const SamplerState &Texture::getSamplerState() const in getSamplerState()
1004 angle::Result Texture::setBaseLevel(const Context *context, GLuint baseLevel) in setBaseLevel()
1015 GLuint Texture::getBaseLevel() const in getBaseLevel()
1020 void Texture::setMaxLevel(const Context *context, GLuint maxLevel) in setMaxLevel()
1028 GLuint Texture::getMaxLevel() const in getMaxLevel()
1033 void Texture::setDepthStencilTextureMode(const Context *context, GLenum mode) in setDepthStencilTextureMode()
1042 GLenum Texture::getDepthStencilTextureMode() const in getDepthStencilTextureMode()
1047 bool Texture::getImmutableFormat() const in getImmutableFormat()
1052 GLuint Texture::getImmutableLevels() const in getImmutableLevels()
1057 void Texture::setUsage(const Context *context, GLenum usage) in setUsage()
1063 GLenum Texture::getUsage() const in getUsage()
1068 const TextureState &Texture::getTextureState() const in getTextureState()
1073 const Extents &Texture::getExtents(TextureTarget target, size_t level) const in getExtents()
1079 size_t Texture::getWidth(TextureTarget target, size_t level) const in getWidth()
1085 size_t Texture::getHeight(TextureTarget target, size_t level) const in getHeight()
1091 size_t Texture::getDepth(TextureTarget target, size_t level) const in getDepth()
1097 const Format &Texture::getFormat(TextureTarget target, size_t level) const in getFormat()
1103 GLsizei Texture::getSamples(TextureTarget target, size_t level) const in getSamples()
1109 bool Texture::getFixedSampleLocations(TextureTarget target, size_t level) const in getFixedSampleLocations()
1115 GLuint Texture::getMipmapMaxLevel() const in getMipmapMaxLevel()
1120 bool Texture::isMipmapComplete() const in isMipmapComplete()
1125 egl::Surface *Texture::getBoundSurface() const in getBoundSurface()
1130 egl::Stream *Texture::getBoundStream() const in getBoundStream()
1135 GLint Texture::getMemorySize() const in getMemorySize()
1151 GLint Texture::getLevelMemorySize(TextureTarget target, GLint level) const in getLevelMemorySize()
1162 void Texture::signalDirtyStorage(InitState initState) in signalDirtyStorage()
1170 void Texture::signalDirtyState(size_t dirtyBit) in signalDirtyState()
1178 angle::Result Texture::setImage(Context *context, in setImage()
1210 angle::Result Texture::setSubImage(Context *context, in setSubImage()
1235 angle::Result Texture::setCompressedImage(Context *context, in setCompressedImage()
1264 angle::Result Texture::setCompressedSubImage(const Context *context, in setCompressedSubImage()
1286 angle::Result Texture::copyImage(Context *context, in copyImage()
1361 angle::Result Texture::copySubImage(Context *context, in copySubImage()
1400 angle::Result Texture::copyRenderbufferSubData(Context *context, in copyRenderbufferSubData()
1423 angle::Result Texture::copyTextureSubData(Context *context, in copyTextureSubData()
1424 const gl::Texture *srcTexture, in copyTextureSubData()
1446 angle::Result Texture::copyTexture(Context *context, in copyTexture()
1455 Texture *source) in copyTexture()
1485 angle::Result Texture::copySubTexture(const Context *context, in copySubTexture()
1494 Texture *source) in copySubTexture()
1515 angle::Result Texture::copyCompressedTexture(Context *context, const Texture *source) in copyCompressedTexture()
1531 angle::Result Texture::setStorage(Context *context, in setStorage()
1563 angle::Result Texture::setImageExternal(Context *context, in setImageExternal()
1591 angle::Result Texture::setStorageMultisample(Context *context, in setStorageMultisample()
1622 angle::Result Texture::setStorageExternalMemory(Context *context, in setStorageExternalMemory()
1659 angle::Result Texture::generateMipmap(Context *context) in generateMipmap()
1721 angle::Result Texture::bindTexImageFromSurface(Context *context, egl::Surface *surface) in bindTexImageFromSurface()
1742 angle::Result Texture::releaseTexImageFromSurface(const Context *context) in releaseTexImageFromSurface()
1755 void Texture::bindStream(egl::Stream *stream) in bindStream()
1767 void Texture::releaseStream() in releaseStream()
1773 angle::Result Texture::acquireImageFromStream(const Context *context, in acquireImageFromStream()
1786 angle::Result Texture::releaseImageFromStream(const Context *context) in releaseImageFromStream()
1798 angle::Result Texture::releaseTexImageInternal(Context *context) in releaseTexImageInternal()
1817 angle::Result Texture::setEGLImageTarget(Context *context, in setEGLImageTarget()
1846 Extents Texture::getAttachmentSize(const ImageIndex &imageIndex) const in getAttachmentSize()
1865 Format Texture::getAttachmentFormat(GLenum /*binding*/, const ImageIndex &imageIndex) const in getAttachmentFormat()
1882 GLsizei Texture::getAttachmentSamples(const ImageIndex &imageIndex) const in getAttachmentSamples()
1894 bool Texture::isRenderable(const Context *context, in isRenderable()
1914 bool Texture::getAttachmentFixedSampleLocations(const ImageIndex &imageIndex) const in getAttachmentFixedSampleLocations()
1928 void Texture::setBorderColor(const Context *context, const ColorGeneric &color) in setBorderColor()
1934 const ColorGeneric &Texture::getBorderColor() const in getBorderColor()
1939 GLint Texture::getRequiredTextureImageUnits(const Context *context) const in getRequiredTextureImageUnits()
1950 void Texture::setCrop(const Rectangle &rect) in setCrop()
1955 const Rectangle &Texture::getCrop() const in getCrop()
1960 void Texture::setGenerateMipmapHint(GLenum hint) in setGenerateMipmapHint()
1965 GLenum Texture::getGenerateMipmapHint() const in getGenerateMipmapHint()
1970 angle::Result Texture::setBuffer(const gl::Context *context, in setBuffer()
1979 angle::Result Texture::setBufferRange(const gl::Context *context, in setBufferRange()
2014 const OffsetBindingPointer<Buffer> &Texture::getBuffer() const in getBuffer()
2019 void Texture::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach()
2027 void Texture::onDetach(const Context *context, rx::Serial framebufferSerial) in onDetach()
2036 GLuint Texture::getId() const in getId()
2041 GLuint Texture::getNativeID() const in getNativeID()
2046 angle::Result Texture::syncState(const Context *context, Command source) in syncState()
2054 rx::FramebufferAttachmentObjectImpl *Texture::getAttachmentImpl() const in getAttachmentImpl()
2059 bool Texture::isSamplerComplete(const Context *context, const Sampler *optionalSampler) in isSamplerComplete()
2077 Texture::SamplerCompletenessCache::SamplerCompletenessCache() in SamplerCompletenessCache()
2081 void Texture::invalidateCompletenessCache() const in invalidateCompletenessCache()
2086 angle::Result Texture::ensureInitialized(const Context *context) in ensureInitialized()
2120 InitState Texture::initState(const ImageIndex &imageIndex) const in initState()
2140 void Texture::setInitState(const ImageIndex &imageIndex, InitState initState) in setInitState()
2160 void Texture::setInitState(InitState initState) in setInitState()
2173 bool Texture::doesSubImageNeedInit(const Context *context, in doesSubImageNeedInit()
2193 angle::Result Texture::ensureSubImageInitialized(const Context *context, in ensureSubImageInitialized()
2207 angle::Result Texture::handleMipmapGenerationHint(Context *context, int level) in handleMipmapGenerationHint()
2217 void Texture::onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) in onSubjectStateChange()
2283 GLenum Texture::getImplementationColorReadFormat(const Context *context) const in getImplementationColorReadFormat()
2288 GLenum Texture::getImplementationColorReadType(const Context *context) const in getImplementationColorReadType()
2293 angle::Result Texture::getTexImage(const Context *context, in getTexImage()
2311 void Texture::onBindAsImageTexture() in onBindAsImageTexture()