Searched refs:mipGenerationFunction (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 83 rx::MipGenerationFunction mipGenerationFunction; member 157 mipGenerationFunction(mipGen), in Format()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 67 auto mipGenerationFunction = in GenerateMipmap() local 68 d3d11::Format::Get(src->getInternalFormat(), rendererCaps).format().mipGenerationFunction; in GenerateMipmap() 69 mipGenerationFunction(src->getWidth(), src->getHeight(), src->getDepth(), sourceData, in GenerateMipmap()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 68 ASSERT(d3dFormatInfo.info().mipGenerationFunction != nullptr); in GenerateMip() 85 d3dFormatInfo.info().mipGenerationFunction(sourceDesc.Width, sourceDesc.Height, 1, sourceData, in GenerateMip()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 1320 ANGLE_MTL_TRY(contextMtl, angleFormat.mipGenerationFunction); 1361 angleFormat.mipGenerationFunction(
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 3546 sourceFormat.mipGenerationFunction( in generateMipmapLevelsWithCPU()
|