Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.cpp485 if (!computeLevelCompleteness(NonCubeTextureTypeToTarget(mType), level)) in computeMipmapCompleteness()
556 : NonCubeTextureTypeToTarget(mType); in getBaseImageTarget()
712 setImageDesc(NonCubeTextureTypeToTarget(mType), level, levelInfo); in setImageDescChain()
725 setImageDesc(NonCubeTextureTypeToTarget(mType), 0, levelInfo); in setImageDescChainMultisample()
1474 source->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
1525 source->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), 0); in copyCompressedTexture()
1526 mState.setImageDesc(NonCubeTextureTypeToTarget(getType()), 0, sourceDesc); in copyCompressedTexture()
1737 mState.setImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0, desc); in bindTexImageFromSurface()
1750 mState.clearImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0); in releaseTexImageFromSurface()
1780 mState.setImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0, in acquireImageFromStream()
[all …]
DImageIndex.cpp79 return NonCubeTextureTypeToTarget(type); in TextureTypeToTarget()
DvalidationES3.cpp77 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat()
1615 const auto &format = tex->getFormat(NonCubeTextureTypeToTarget(tex->getType()), level); in ValidateFramebufferTextureLayer()
2355 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTexture3DANGLE()
2423 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTexture3DANGLE()
DvalidationES2.cpp3346 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTextureCHROMIUM()
3452 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTextureCHROMIUM()
DvalidationEGL.cpp76 if (texture->getFormat(gl::NonCubeTextureTypeToTarget(texture->getType()), level) in TextureHasNonZeroMipLevelsSpecified()
DvalidationES.cpp1822 : NonCubeTextureTypeToTarget(target); in ValidateGenerateMipmapBase()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp895 sourceGL->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
944 sourceGL->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copySubTextureHelper()
959 sourceGL->getLevelInfo(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copySubTextureHelper()
1970 setLevelInfo(context, NonCubeTextureTypeToTarget(type), level, levelCount, levelInfo); in setLevelInfo()
1984 : gl::NonCubeTextureTypeToTarget(getType()); in getBaseLevelInfo()
2126 functions->getTexParameteriv(ToGLenum(gl::NonCubeTextureTypeToTarget(getType())), in getRequiredExternalTextureImageUnits()
DBlitGL.cpp736 mScratchTextures[0], NonCubeTextureTypeToTarget(scratchTextureType), 0, in copySubTextureCPUReadback()
/external/angle/src/common/
DPackedEnums.cpp60 TextureTarget NonCubeTextureTypeToTarget(TextureType type) in NonCubeTextureTypeToTarget() function
DPackedEnums.h184 TextureTarget NonCubeTextureTypeToTarget(TextureType type);
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1176 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
1177 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
1270 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
1924 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyTexture()
2650 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
2651 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
2652 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); in copyTexture()
3346 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
3347 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
3348 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); in copyTexture()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp668 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp583 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture()
673 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1001 NonCubeTextureTypeToTarget(source->getType()), sourceLevel);
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp358 : gl::NonCubeTextureTypeToTarget(texture.getType()); in updateSamplerMetadata()
DRenderer11.cpp2646 NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()