Searched refs:NonCubeTextureTypeToTarget (Results 1 – 17 of 17) sorted by relevance
/external/angle/src/libANGLE/ |
D | Texture.cpp | 520 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 …]
|
D | ImageIndex.cpp | 79 return NonCubeTextureTypeToTarget(type); in TextureTypeToTarget()
|
D | validationES3.cpp | 80 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat() 2695 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTexture3DANGLE() 2764 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTexture3DANGLE()
|
D | validationES2.cpp | 3461 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTextureCHROMIUM() 3576 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTextureCHROMIUM()
|
D | validationESEXT.cpp | 345 TextureTarget target = NonCubeTextureTypeToTarget(tex->getType()); in ValidateClearTexImageCommon()
|
D | validationEGL.cpp | 77 if (texture->getFormat(gl::NonCubeTextureTypeToTarget(texture->getType()), level) in TextureHasNonZeroMipLevelsSpecified()
|
D | validationES.cpp | 2208 : NonCubeTextureTypeToTarget(target); in ValidateGenerateMipmapBase()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 969 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()
|
D | BlitGL.cpp | 800 mScratchTextures[0], NonCubeTextureTypeToTarget(scratchTextureType), 0, in copySubTextureCPUReadback()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 1243 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/ |
D | PackedEnums.cpp | 60 TextureTarget NonCubeTextureTypeToTarget(TextureType type) in NonCubeTextureTypeToTarget() function
|
D | PackedEnums.h | 194 TextureTarget NonCubeTextureTypeToTarget(TextureType type);
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 819 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture() 837 gl::NonCubeTextureTypeToTarget(createType), 0, area, in getIncompleteTexture()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 1305 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/ |
D | StateManager11.cpp | 347 : gl::NonCubeTextureTypeToTarget(texture.getType()); in updateSamplerMetadata()
|
D | Renderer11.cpp | 2702 NonCubeTextureTypeToTarget(source->getType()), sourceLevel); in copyTexture()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 1527 NonCubeTextureTypeToTarget(source->getType()), sourceLevel);
|