HomeSort by relevance Sort by last modified time
    Searched full:cull (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /frameworks/rs/driver/runtime/
rs_structs.h 123 rs_cull_mode cull; member in struct:ProgramRaster::__anon30650::__anon30651
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialHelper.java 94 /** Face cull mode. Should be excplicitly set before this helper is used. */
169 * This method sets the face cull mode to be used with every loaded material.
172 * the face cull mode
  /frameworks/native/opengl/libagl/
state.cpp 156 c->cull.enable = enabled;
265 c->cull.cullFace = mode;
279 c->cull.frontFace = mode;
context.h 203 uint16_t cull; member in struct:android::gl::array_machine_t
611 culling_t cull; member in struct:android::gl::ogles_context_t
primitives.cpp 828 if (ggl_likely(c->cull.enable)) {
830 const GLenum face = (winding == c->cull.frontFace) ? GL_FRONT : GL_BACK;
831 if (face == c->cull.cullFace)
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 399 // GetEntry will cull old entries which should now include pc.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.c 219 * the next free value in that case. Alternately, we could cull
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_linetemp.h 99 /* Cull primitives with malformed coordinates.
s_points.c 36 * Used to cull points with invalid coords
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 87 * Always cull this from the view, throwing away this object
92 * Never cull this from view, always draw it.
257 // check to see if we can cull this node
1017 * @return the cull mode of this spatial, or if set to CullHint.Inherit,
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 219 * the next free value in that case. Alternately, we could cull
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 99 /* Cull primitives with malformed coordinates.
s_points.c 36 * Used to cull points with invalid coords
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 36 // SkPicturePlayback uses the base-class' quickReject calls to cull clipped
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 36 // SkPicturePlayback uses the base-class' quickReject calls to cull clipped
  /frameworks/base/docs/html/reference/renderscript/
rs__program_8rsh.html 67 <p>Get program raster cull mode</p>
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 482 mCullScript = new ScriptC_cull(rs, res, R.raw.cull);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 114 unsigned cull_face; /* which faces cull */
284 * \return FALSE if coords are inf/nan (cull the tri), TRUE otherwise
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 114 unsigned cull_face; /* which faces cull */
284 * \return FALSE if coords are inf/nan (cull the tri), TRUE otherwise
    [all...]
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 375 // Cull a few leading and trailing events as they might be unreliable.
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 334 // Cull out any useless layers and also repeat patterns into additional layers.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 696 * cases we don't want to accidentally cull the triangles.

Completed in 2214 milliseconds

1 2 3 45 6 7