Searched refs:NonCubeTextureTypeToTarget (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libANGLE/ |
D | Texture.cpp | 485 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 …]
|
D | ImageIndex.cpp | 79 return NonCubeTextureTypeToTarget(type); in TextureTypeToTarget()
|
D | validationES3.cpp | 77 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()
|
D | validationES2.cpp | 3346 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTextureCHROMIUM() 3452 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTextureCHROMIUM()
|
D | validationEGL.cpp | 76 if (texture->getFormat(gl::NonCubeTextureTypeToTarget(texture->getType()), level) in TextureHasNonZeroMipLevelsSpecified()
|
D | validationES.cpp | 1822 : NonCubeTextureTypeToTarget(target); in ValidateGenerateMipmapBase()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 895 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()
|
D | BlitGL.cpp | 736 mScratchTextures[0], NonCubeTextureTypeToTarget(scratchTextureType), 0, in copySubTextureCPUReadback()
|
/external/angle/src/common/ |
D | PackedEnums.cpp | 60 TextureTarget NonCubeTextureTypeToTarget(TextureType type) in NonCubeTextureTypeToTarget() function
|
D | PackedEnums.h | 184 TextureTarget NonCubeTextureTypeToTarget(TextureType type);
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 1176 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/ |
D | renderer_utils.cpp | 668 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 583 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture() 673 gl::TextureTarget sourceTarget = NonCubeTextureTypeToTarget(source->getType()); in copyCompressedTexture()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 1001 NonCubeTextureTypeToTarget(source->getType()), sourceLevel);
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 358 : gl::NonCubeTextureTypeToTarget(texture.getType()); in updateSamplerMetadata()
|
D | Renderer11.cpp | 2646 NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
|