/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
TransformUtils.java | 42 // Note: Future versions of GLES will support NPOT mipmapping. When these become more
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Texture.cpp | 601 bool mipmapping = isMipmapFiltered(); local 625 if (mipmapping) 723 bool mipmapping = (isMipmapFiltered() && isMipmapComplete()); local 725 int levels = (mipmapping ? levelCount() : 1); 1048 bool mipmapping = isMipmapFiltered(); local 1063 if (mSamplerState.wrapS != GL_CLAMP_TO_EDGE || mSamplerState.wrapT != GL_CLAMP_TO_EDGE || mipmapping) 1069 if (!mipmapping) 1180 bool mipmapping = isMipmapFiltered() && isMipmapCubeComplete(); local 1184 int levels = (mipmapping ? levelCount() : 1); [all...] |
/frameworks/rs/ |
rsType.h | 127 // count of mipmap levels, 0 indicates no mipmapping
|
/frameworks/base/libs/hwui/ |
TextureCache.cpp | 220 // We could also enable mipmapping if both bitmap dimensions are powers
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 289 -- Section 3.8.8 "Texture Minification" in the section "Mipmapping" 307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping" 316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping" [all...] |
RELNOTES-4.1 | 71 Note that mipmapping and several texture wrap modes are not allowed.
|
/external/mesa3d/docs/ |
MESA_texture_array.spec | 289 -- Section 3.8.8 "Texture Minification" in the section "Mipmapping" 307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping" 316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping" [all...] |
RELNOTES-4.1 | 71 Note that mipmapping and several texture wrap modes are not allowed.
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 188 // Can't do mipmapping with camera source
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 173 /* Force revalidation to account for switches from/to mipmapping. */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 173 /* Force revalidation to account for switches from/to mipmapping. */
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 200 // Can't do mipmapping with camera source
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Texture.java | 49 * contained within this class. This includes mipmapping if desired, 117 * distance. By using mipmapping we avoid the aliasing and shimmering
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tex.c | 220 /* Force revalidation to account for switches from/to mipmapping. */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 220 /* Force revalidation to account for switches from/to mipmapping. */
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
GL2CameraEye.java | 295 // Can't do mipmapping with camera source
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 116 * Interpolate S,T only w/out mipmapping or perspective correction. 170 * Interpolate S,T, GL_LESS depth test, w/out mipmapping or [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 116 * Interpolate S,T only w/out mipmapping or perspective correction. 170 * Interpolate S,T, GL_LESS depth test, w/out mipmapping or [all...] |
/external/chromium_org/third_party/angle/extensions/ |
EXT_texture_storage.txt | 355 In section 3.8.9 (Mipmapping), replace the paragraph starting "Each 793 turning off mipmapping (by choose an appropriate minification [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga3d_reg.h | 280 * modes, nor mipmapping 750 * SVGA3D_TEX_FILTER_NONE as the minification filter means mipmapping is [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 526 maxLevels = 1; /* no mipmapping */ 539 /* Compute _MaxLambda = q - b (see the 1.2 spec) used during mipmapping */ [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_reg.h | 280 * modes, nor mipmapping 750 * SVGA3D_TEX_FILTER_NONE as the minification filter means mipmapping is [all...] |
/external/mesa3d/src/mesa/main/ |
texobj.c | 526 maxLevels = 1; /* no mipmapping */ 539 /* Compute _MaxLambda = q - b (see the 1.2 spec) used during mipmapping */ [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraGLTest.java | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_context.h | 368 * \note Mipmapping fails for textures with a non-natural layout!
|