HomeSort by relevance Sort by last modified time
    Searched full:mipmaps (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
glossary.rst 23 switches between mipmaps occur during texture sampling.
resources.rst 80 - Mipmaps can be used
113 - Mipmaps can be used
  /external/mesa3d/src/gallium/docs/source/
glossary.rst 23 switches between mipmaps occur during texture sampling.
resources.rst 80 - Mipmaps can be used
113 - Mipmaps can be used
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 135 * type being adapted. The base allocation must have mipmaps.
144 throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmaps.");
147 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
164 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps.");
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 229 // or specify that they have mipmaps but include only the top level..
230 logger.log(Level.WARNING, "Got {0} mipmaps, expected {1}",
413 * @param data Data array containing image data (without mipmaps)
431 * Reads a grayscale image with mipmaps from the InputStream
433 * @param totalSize Total size of the image in bytes including the mipmaps
468 * @param totalSize Size of the image in bytes including mipmaps
469 * @return ByteBuffer containing image data with mipmaps in the format specified by pixelFormat_
534 * @param totalSize Total size of the image in bytes, including mipmaps
569 * Reads a grayscale image with mipmaps from the InputStream
571 * @param totalSize Total size of the image in bytes including the mipmaps
    [all...]
  /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/chromium_org/third_party/mesa/src/docs/
conform.html 183 Mipmaps Selection test passed.
184 Mipmaps Interpolation test passed.
296 Mipmaps Selection test passed.
297 Mipmaps Interpolation test passed.
409 Mipmaps Selection test passed.
410 Mipmaps Interpolation test passed.
522 Mipmaps Selection test passed.
523 Mipmaps Interpolation test passed.
635 Mipmaps Selection test passed.
636 Mipmaps Interpolation test passed
    [all...]
  /external/mesa3d/docs/
conform.html 183 Mipmaps Selection test passed.
184 Mipmaps Interpolation test passed.
296 Mipmaps Selection test passed.
297 Mipmaps Interpolation test passed.
409 Mipmaps Selection test passed.
410 Mipmaps Interpolation test passed.
522 Mipmaps Selection test passed.
523 Mipmaps Interpolation test passed.
635 Mipmaps Selection test passed.
636 Mipmaps Interpolation test passed
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.h 90 // EGLBoolean mipmapTexture; // True if texture has mipmaps
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 375 * the array of mipmap sizes, or null for no mipmaps.
407 * the array of mipmap sizes, or null for no mipmaps.
483 throw new IllegalArgumentException("Multisample textures do not support mipmaps");
554 * Sets the mipmap sizes stored in this image's data buffer. Mipmaps are
556 * specify no mipmaps, pass null and this will automatically be expanded
686 * Returns whether the image data contains mipmaps.
688 * @return true if the image data contains mipmaps, false if not.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_resource.h 61 * MSAA textures cannot have mipmaps. */
  /external/mesa3d/src/gallium/drivers/r600/
r600_resource.h 61 * MSAA textures cannot have mipmaps. */
  /frameworks/rs/
rsType.h 122 // * Mipmaps
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcShader.cpp 373 "MIPMaps.");
380 "MIPMaps.");
SkScaledImageCache.cpp 210 // degenerate, and the key we use for mipmaps
239 // degenerate, and the key we use for mipmaps
SkMipMap.cpp 146 return NULL; // don't build mipmaps for these configs
  /external/skia/src/core/
SkBitmapProcShader.cpp 373 "MIPMaps.");
380 "MIPMaps.");
SkScaledImageCache.cpp 210 // degenerate, and the key we use for mipmaps
239 // degenerate, and the key we use for mipmaps
SkMipMap.cpp 146 return NULL; // don't build mipmaps for these configs
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
TextureKey.java 107 // enable mipmaps if image has them
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 275 // Returns true if mipmaps can be generated by GL.
520 // Returns true if mipmaps can be generated by GL.
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 271 public static void createData(Image image, boolean mipmaps){
275 if (!mipmaps){
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 99 // Test mipmaps
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 241 _mesa_error(ctx, GL_OUT_OF_MEMORY, "generating mipmaps");

Completed in 2163 milliseconds

1 2 3 4