Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp487 if (!computeLevelCompleteness(NonCubeTextureTypeToTarget(mType), level)) in computeMipmapCompleteness()
558 : NonCubeTextureTypeToTarget(mType); in getBaseImageTarget()
714 setImageDesc(NonCubeTextureTypeToTarget(mType), level, levelInfo); in setImageDescChain()
727 setImageDesc(NonCubeTextureTypeToTarget(mType), 0, levelInfo); in setImageDescChainMultisample()
1500 source->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
1553 source->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), 0); in copyCompressedTexture()
1554 mState.setImageDesc(NonCubeTextureTypeToTarget(getType()), 0, sourceDesc); in copyCompressedTexture()
1777 mState.setImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0, desc); in bindTexImageFromSurface()
1791 mState.clearImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0); in releaseTexImageFromSurface()
1822 mState.setImageDesc(NonCubeTextureTypeToTarget(mState.mType), 0, in acquireImageFromStream()
[all …]
DImageIndex.cpp79 return NonCubeTextureTypeToTarget(type); in TextureTypeToTarget()
DvalidationES3.cpp78 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat()
1729 const auto &format = tex->getFormat(NonCubeTextureTypeToTarget(tex->getType()), level); in ValidateFramebufferTextureLayer()
2512 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTexture3DANGLE()
2581 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTexture3DANGLE()
DvalidationES2.cpp3182 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTextureCHROMIUM()
3290 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTextureCHROMIUM()
DvalidationEGL.cpp76 if (texture->getFormat(gl::NonCubeTextureTypeToTarget(texture->getType()), level) in TextureHasNonZeroMipLevelsSpecified()
DvalidationES.cpp1921 : NonCubeTextureTypeToTarget(target); in ValidateGenerateMipmapBase()
/third_party/skia/third_party/externals/angle2/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()
1973 setLevelInfo(context, NonCubeTextureTypeToTarget(type), level, levelCount, levelInfo); in setLevelInfo()
1987 : gl::NonCubeTextureTypeToTarget(getType()); in getBaseLevelInfo()
2129 functions->getTexParameteriv(ToGLenum(gl::NonCubeTextureTypeToTarget(getType())), in getRequiredExternalTextureImageUnits()
DBlitGL.cpp736 mScratchTextures[0], NonCubeTextureTypeToTarget(scratchTextureType), 0, in copySubTextureCPUReadback()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1182 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
1183 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
1276 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
1929 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyTexture()
2655 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
2656 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
2657 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); in copyTexture()
3351 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
3352 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture()
3353 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); in copyTexture()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.cpp60 TextureTarget NonCubeTextureTypeToTarget(TextureType type) in NonCubeTextureTypeToTarget() function
DPackedEnums.h184 TextureTarget NonCubeTextureTypeToTarget(TextureType type);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp654 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp613 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture()
703 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm1148 NonCubeTextureTypeToTarget(source->getType()), sourceLevel);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp358 : gl::NonCubeTextureTypeToTarget(texture.getType()); in updateSamplerMetadata()
DRenderer11.cpp2657 NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()