/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | 480 // Compute suitable power-of-two sizes (for mipmaps). 490 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); local 491 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; 783 // Compute suitable power-of-two sizes (for mipmaps). 796 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; local 797 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1; [all...] |
es2fTextureFilteringTests.cpp | 174 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local 175 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; 437 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local 438 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
|
/frameworks/rs/driver/runtime/ |
rs_allocation.c | 418 bool mipmaps, bool faces, rs_yuv_format yuv_format); 421 rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TypeTest.java | 99 // Test mipmaps
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_type.cpp | 128 // Test mipmaps
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 144 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local 145 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1; 405 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height); local 406 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
|
/external/mesa3d/docs/relnotes/ |
11.1.2.html | 113 <li>st/mesa: use surface format to generate mipmaps when available</li>
|
/external/skia/include/gpu/ |
GrContextOptions.h | 73 /** Construct mipmaps manually, via repeated downsampling draw-calls. This is used when
|
/frameworks/base/tools/aapt2/split/ |
TableSplitter.cpp | 183 // Always keep mipmaps.
|
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 73 Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) override;
|
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 293 * Allocation includes mipmaps. 295 * This function generates a complete set of mipmaps from the top level 636 * @param mipmaps Flag indicating whether Type has mipmaps 644 bool mipmaps, bool faces, YuvFormat yuv) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 580 // Compute suitable power-of-two sizes (for mipmaps). 590 const bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight)); local 591 const int numLevels = mipmaps ? deLog2Floor32(de::max(texWidth, texHeight))+1 : 1; 886 // Compute suitable power-of-two sizes (for mipmaps). 899 const bool mipmaps = deIsPowerOfTwo32(texWidth) != DE_FALSE; local 900 const int numLevels = mipmaps ? deLog2Floor32(texWidth)+1 : 1; [all...] |
es3fMultiviewTests.cpp | 116 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1 /* num mipmaps */, GL_RGBA8, m_width / 2, m_height, 2 /* num levels */);
|
es3fTextureUnitTests.cpp | 827 bool mipmaps = (deIsPowerOfTwo32(texWidth) && deIsPowerOfTwo32(texHeight) && deIsPowerOfTwo32(texDepth)); local 828 int numLevels = mipmaps ? deLog2Floor32(de::max(de::max(texWidth, texHeight), texDepth))+1 : 1; 840 if (mipmaps) 905 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps. [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cTextureViewTests.hpp | 718 * mipmaps from levels 1 to 2 (inclusive). [all...] |
/external/skqp/src/image/ |
SkImage_Gpu.cpp | 672 // Right now, the destination color mode is only considered when generating mipmaps [all...] |
/external/mesa3d/src/amd/addrlib/core/ |
addrcommon.h | 127 UINT_32 noCubeMipSlicesPad : 1; ///< Disables faces padding for cubemap mipmaps
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 318 /** number of mipmaps (valid are 1, length/4, length) */
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
freedreno_context.h | 176 * For example, in case of texture upload + gen-mipmaps.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_sampler.c | 314 * This is a bit messy. i915 doesn't support NPOT with mipmaps, but we can
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_miptree.c | 200 * textures and cube maps, each layer contains its own mipmaps.
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_mipmap_tree.h | 43 * - Code to size and layout a region to hold a set of mipmaps.
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 175 /* r100 chips can't handle mipmaps/aniso for cubemap/volume textures */
|
/external/skia/tools/fiddle/ |
fiddle_main.cpp | 193 // We use this fact to initialize it with data but don't allow mipmaps
|
/external/skqp/tools/fiddle/ |
fiddle_main.cpp | 193 // We use this fact to initialize it with data but don't allow mipmaps
|