/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/ |
RoundedBitmapDrawable.java | 165 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
|
/external/mesa3d/docs/relnotes/ |
12.0.2.html | 63 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=96381">Bug 96381</a> - Texture artifacts with immutable texture storage and mipmaps</li> 299 <li>winsys/amdgpu: disallow DCC with mipmaps</li>
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsCopyTests.cpp | 334 * dataIn and the mipmaps are filled with allocationGenerateMipmaps. Then 381 * and the mipmaps are filled with allocationGenerateMipmaps. Then dataOut is
|
/external/skqp/tests/ |
ResourceCacheTest.cpp | [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 1331 sp<ResourceTypeSet> mipmaps; local [all...] |
/frameworks/rs/script_api/include/ |
rs_allocation_create.rsh | 91 * mipmaps indicates the presence of level of detail (LOD). 102 * mipmaps: Flag indicating if the Type has a mipmap chain 108 rsCreateType(rs_element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, [all...] |
rs_for_each.rsh | 344 * for mipmaps. See rsGetDimX() for an explanation of the context.
|
rs_object_info.rsh | 90 * for mipmaps.
|
/prebuilts/sdk/renderscript/include/ |
rs_allocation_create.rsh | 91 * mipmaps indicates the presence of level of detail (LOD). 102 * mipmaps: Flag indicating if the Type has a mipmap chain 108 rsCreateType(rs_element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, [all...] |
rs_for_each.rsh | 344 * for mipmaps. See rsGetDimX() for an explanation of the context.
|
rs_object_info.rsh | 90 * for mipmaps.
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesImageSparseBinding.cpp | 21 * \brief Sparse fully resident images with mipmaps tests
|
vktSparseResourcesMipmapSparseResidency.cpp | 21 * \brief Sparse partially resident images with mipmaps tests
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
radv_amdgpu_surface.c | 395 * mipmapped texturing. So set noStencil = 1 when mipmaps are requested (in
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_miptree.c | 299 * textures and cube maps, each layer contains its own mipmaps.
|
/external/mesa3d/src/gallium/include/pipe/ |
p_defines.h | 194 /** Between mipmaps, ie mipfilter */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 270 /* Note we don't have 3D mipmaps so only use the mag filter setting
|
/external/swiftshader/src/Renderer/ |
Surface.hpp | 500 bool dirtyContents; // Sibling surfaces need updating (mipmaps / cube borders).
|
/frameworks/rs/script_api/ |
rs_object_info.spec | 86 for mipmaps.
|
/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | 64 textures without mipmaps. Both of these options have major drawbacks. 321 "Mipmaps can be generated manually with the command [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.cpp | 397 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) { 402 bool _mipmaps = mipmaps; [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cSparseTextureTests.cpp | [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Allocation.java | 233 * No mipmaps will be generated and the type generated from the incoming 247 * not contain mipmaps. On upload, the allocation data will contain a [all...] |
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
Allocation.java | 202 * No mipmaps will be generated and the type generated from the incoming 216 * not contain mipmaps. On upload, the allocation data will contain a [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderFramebufferFetchTests.cpp | [all...] |