/frameworks/rs/ |
rs_compat.spec | 4 param RsAllocationMipmapControl mipmaps
|
rs.spec | 44 param bool mipmaps 59 param RsAllocationMipmapControl mipmaps 68 param RsAllocationMipmapControl mipmaps 77 param RsAllocationMipmapControl mipmaps
|
rsType.cpp | 199 p.mipmaps = stream->loadU8(); 238 if (t->getDimLOD() != params->mipmaps) continue; 265 nt->mDimLOD = params->mipmaps; 302 p.mipmaps = getDimLOD(); 314 p.mipmaps = getDimLOD(); 363 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { 371 p.mipmaps = mipmaps;
|
/external/skia/include/core/ |
SkFilterQuality.h | 20 kMedium_SkFilterQuality, //!< typically bilerp + mipmaps for down-scaling
|
/external/skqp/include/core/ |
SkFilterQuality.h | 20 kMedium_SkFilterQuality, //!< typically bilerp + mipmaps for down-scaling
|
/external/skia/tests/ |
MipMapTest.cpp | 71 // Make sure the mipmaps contain valid data and that the sizes are correct 117 // Test mipmaps with negative sizes 122 // Test mipmaps with 0, 1, 2 as dimensions 167 // Test mipmaps with negative sizes 172 // Test mipmaps with 0, 1, 2 as dimensions
|
GrTextureMipMapInvalidationTest.cpp | 38 // No mipmaps initially
|
/external/skqp/tests/ |
MipMapTest.cpp | 71 // Make sure the mipmaps contain valid data and that the sizes are correct 117 // Test mipmaps with negative sizes 122 // Test mipmaps with 0, 1, 2 as dimensions 167 // Test mipmaps with negative sizes 172 // Test mipmaps with 0, 1, 2 as dimensions
|
GrTextureMipMapInvalidationTest.cpp | 38 // No mipmaps initially
|
/external/deqp/modules/gles2/functional/ |
es2fTextureSpecificationTests.cpp | 24 * - Specify mipmap incomplete texture, use without mipmaps, re-specify 340 MIPMAPS = (1<<0) 456 glTexParameteri(texTarget, GL_TEXTURE_MIN_FILTER, (m_flags & MIPMAPS) ? GL_NEAREST_MIPMAP_NEAREST : GL_NEAREST); 482 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1; 520 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1; 627 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1; 669 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1; 718 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1; 767 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1; 829 int numLevels = (m_flags & MIPMAPS) ? de::max(deLog2Floor32(m_width), deLog2Floor32(m_height))+1 : 1 [all...] |
es2fTextureSizeTests.cpp | 54 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 77 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) 84 , m_useMipmaps (mipmaps) 174 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 202 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) 209 , m_useMipmaps (mipmaps)
|
/external/mesa3d/src/gallium/docs/source/ |
glossary.rst | 23 switches between mipmaps occur during texture sampling.
|
/external/deqp/modules/gles2/performance/ |
es2pTextureCases.cpp | 105 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || local 110 DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)); 127 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage; 171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1;
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
PVRTTextureAPI.h | 29 if mipmaps are present, GL_LINEAR/GL_LINEAR otherwise. 54 if mipmaps are present, GL_LINEAR/GL_LINEAR otherwise.
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
PVRTTextureAPI.h | 29 if mipmaps are present, GL_LINEAR/GL_LINEAR otherwise. 54 if mipmaps are present, GL_LINEAR/GL_LINEAR otherwise.
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesImageSparseBinding.hpp | 23 * \brief Sparse fully resident images with mipmaps tests
|
vktSparseResourcesMipmapSparseResidency.hpp | 23 * \brief Sparse partially resident images with mipmaps tests
|
/external/skia/src/gpu/gl/ |
GrGLProgram.h | 100 * ensures that any textures requiring mipmaps have their mipmaps correctly built. 132 // Helper for generateMipmaps() that ensures mipmaps are up to date
|
/external/skqp/src/gpu/gl/ |
GrGLProgram.h | 100 * ensures that any textures requiring mipmaps have their mipmaps correctly built. 132 // Helper for generateMipmaps() that ensures mipmaps are up to date
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
TextureImageDetailsProvider.java | 144 IGLProperty mipmaps = local 146 if (!(mipmaps instanceof GLSparseArrayProperty)) { 150 IGLProperty perTextureLevelState = ((GLSparseArrayProperty) mipmaps).getProperty(0);
|
/external/deqp/modules/gles3/performance/ |
es3pTextureCases.cpp | 113 bool mipmaps = m_minFilter == GL_NEAREST_MIPMAP_NEAREST || local 118 DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)); 135 log << TestLog::Message << "Mipmaps: " << (mipmaps ? "true" : "false") << TestLog::EndMessage; 197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1;
|
/external/mesa3d/docs/ |
conform.html | 190 Mipmaps Selection test passed. 191 Mipmaps Interpolation test passed. 303 Mipmaps Selection test passed. 304 Mipmaps Interpolation test passed. 416 Mipmaps Selection test passed. 417 Mipmaps Interpolation test passed. 529 Mipmaps Selection test passed. 530 Mipmaps Interpolation test passed. 642 Mipmaps Selection test passed. 643 Mipmaps Interpolation test passed [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 55 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 78 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) 85 , m_useMipmaps (mipmaps) 175 TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps); 203 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) 210 , m_useMipmaps (mipmaps)
|
/external/skia/resources/lua/ |
slides_content.lua | 78 - HQ filtering and mipmaps
|
/external/skia/tools/fiddle/ |
fiddle_main.h | 69 // In this case the resource is created with extra room to accomodate mipmaps.
|