Home
last modified time | relevance | path

Searched refs:NonCubeTextureTypeToTarget (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/libANGLE/
DTexture.cpp520 if (!computeLevelCompleteness(NonCubeTextureTypeToTarget(mType), level)) in computeMipmapCompleteness()
591 : NonCubeTextureTypeToTarget(mType); in getBaseImageTarget()
747 setImageDesc(NonCubeTextureTypeToTarget(mType), level, levelInfo); in setImageDescChain()
760 setImageDesc(NonCubeTextureTypeToTarget(mType), 0, levelInfo); in setImageDescChainMultisample()
1640 source->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
1693 source->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), 0); in copyCompressedTexture()
1694 mState.setImageDesc(NonCubeTextureTypeToTarget(getType()), 0, sourceDesc); in copyCompressedTexture()
2020 mState.setImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0, desc); in bindTexImageFromSurface()
2037 mState.clearImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0); in releaseTexImageFromSurface()
2068 mState.setImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0, in acquireImageFromStream()
[all …]
DImageIndex.cpp79 return NonCubeTextureTypeToTarget(type); in TextureTypeToTarget()
DvalidationES3.cpp80 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat()
2695 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTexture3DANGLE()
2764 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTexture3DANGLE()
DvalidationES2.cpp3461 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTextureCHROMIUM()
3576 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTextureCHROMIUM()
DvalidationESEXT.cpp345 TextureTarget target = NonCubeTextureTypeToTarget(tex->getType()); in ValidateClearTexImageCommon()
DvalidationEGL.cpp77 if (texture->getFormat(gl::NonCubeTextureTypeToTarget(texture->getType()), level) in TextureHasNonZeroMipLevelsSpecified()
DvalidationES.cpp2208 : NonCubeTextureTypeToTarget(target); in ValidateGenerateMipmapBase()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp969 sourceGL->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
1019 sourceGL->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copySubTextureHelper()
1033 sourceGL->getLevelInfo(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copySubTextureHelper()
2263 setLevelInfo(context, NonCubeTextureTypeToTarget(type), level, levelCount, levelInfo); in setLevelInfo()
2277 : gl::NonCubeTextureTypeToTarget(getType()); in getBaseLevelInfo()
2422 functions->getTexParameteriv(ToGLenum(gl::NonCubeTextureTypeToTarget(getType())), in getRequiredExternalTextureImageUnits()
DBlitGL.cpp800 mScratchTextures[0], NonCubeTextureTypeToTarget(scratchTextureType), 0, in copySubTextureCPUReadback()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1243 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
1244 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
1337 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
2006 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyTexture()
2748 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
2749 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
2750 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); in copyTexture()
3457 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
3458 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
3459 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); in copyTexture()
/external/angle/src/common/
DPackedEnums.cpp60 TextureTarget NonCubeTextureTypeToTarget(TextureType type) in NonCubeTextureTypeToTarget() function
DPackedEnums.h194 TextureTarget NonCubeTextureTypeToTarget(TextureType type);
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp819 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture()
837 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1305 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture()
1414 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp347 : gl::NonCubeTextureTypeToTarget(texture.getType()); in updateSamplerMetadata()
DRenderer11.cpp2702 NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1527 NonCubeTextureTypeToTarget(source->getType()), sourceLevel);