Home
last modified time | relevance | path

Searched refs:getTextureState (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.cpp291 const gl::TextureState &textureState = getTexture()->getTextureState(); in isBoundAsSamplerOrImage()
DTexture.h332 const TextureState &getTextureState() const;
DvalidationEGL.cpp143 const GLuint effectiveBaseLevel = texture->getTextureState().getEffectiveBaseLevel(); in ValidateCreateImageMipLevelCommon()
146 static_cast<GLuint>(level) > texture->getTextureState().getMipmapMaxLevel())) in ValidateCreateImageMipLevelCommon()
DFrameCapture.cpp1616 const gl::ImageDesc &desc = texture->getTextureState().getImageDesc(imageIndex); in CaptureTextureStorage()
1996 const gl::ImageDesc &desc = texture->getTextureState().getImageDesc(index); in CaptureMidExecutionSetup()
DTexture.cpp931 const TextureState &Texture::getTextureState() const in getTextureState() function in gl::Texture
DFramebuffer.cpp105 !texture->getTextureState().isCubeComplete()) in CheckAttachmentCompleteness()
DvalidationES2.cpp5924 const GLuint effectiveBaseLevel = texture->getTextureState().getEffectiveBaseLevel(); in ValidateGenerateMipmap()
5984 if (target == TextureType::CubeMap && !texture->getTextureState().isCubeComplete()) in ValidateGenerateMipmap()
Dqueryutils.cpp140 const InternalFormat *info = texture->getTextureState().getImageDesc(target, level).format.info; in QueryTexLevelParameterBase()
DState.cpp626 !texture->getTextureState().compatibleWithSamplerFormat( in updateActiveTextureState()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp354 unsigned int baseLevel = texture.getTextureState().getEffectiveBaseLevel(); in updateSamplerMetadata()
2688 storage11->getSRVForSampler(context, texture->getTextureState(), sampler, &textureSRV)); in setTextureForSampler()
3281 const gl::TextureState &textureState = texture->getTextureState(); in generateSwizzle()
3302 if (texture->getTextureState().swizzleRequired()) in generateSwizzlesForShader()
DRenderer11.cpp2530 const gl::ImageDesc &sourceImageDesc = source->getTextureState().getImageDesc( in copyTexture()