/frameworks/native/opengl/libagl/ |
vertex.cpp | 32 c->cull.enable = GL_FALSE; 33 c->cull.cullFace = GL_BACK; 34 c->cull.frontFace = GL_CCW; 99 c->arrays.cull &= clip; 144 c->arrays.cull = 0;
|
array.cpp | 541 c->arrays.cull = vertex_t::CLIP_ALL; 545 if (!c->arrays.cull) { 566 c->arrays.cull = vertex_t::CLIP_ALL; 582 if (!c->arrays.cull) { 595 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL; 626 c->arrays.cull = vertex_t::CLIP_ALL; 630 if (!c->arrays.cull) { 656 c->arrays.cull = vertex_t::CLIP_ALL; 676 if (!c->arrays.cull) { 695 c->arrays.cull = v0->flags & v1->flags & vertex_t::CLIP_ALL [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/ |
BlenderKey.java | 95 /** Face cull mode. By default it is disabled. */
186 * This method returns the face cull mode.
187 * @return the face cull mode
194 * This method sets the face cull mode.
196 * the face cull mode
364 oc.write(faceCullMode, "face-cull-mode", FaceCullMode.Off);
382 faceCullMode = ic.readEnum("face-cull-mode", FaceCullMode.class, FaceCullMode.Off);
|
/external/chromium_org/chrome/browser/omnibox/ |
omnibox_field_trial.cc | 42 // For HistoryURL provider cull redirects field trial, put 0% ( = 0/100 ) 43 // of the users in the don't-cull-redirects experiment group. 72 // Field trial ID for the HistoryURL provider cull redirects experiment group. 92 // Create the HistoryURL provider cull redirects field trial.
|
/external/replicaisland/src/com/replica/replicaisland/ |
RenderComponent.java | 69 // to draw per frame, so I'm going to go ahead and cull early.
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramRaster.java | 77 * @return cull mode
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_triangle.c | 106 * Render a triangle respecting cull and shade model. 123 /* cull testing */
|
/external/mesa3d/src/mesa/swrast_setup/ |
ss_triangle.c | 106 * Render a triangle respecting cull and shade model. 123 /* cull testing */
|
/external/chromium_org/third_party/mesa/src/docs/ |
conform.html | 159 Polygon Cull test passed. 272 Polygon Cull test passed. 385 Polygon Cull test passed. 498 Polygon Cull test passed. 611 Polygon Cull test passed.
|
/external/mesa3d/docs/ |
conform.html | 159 Polygon Cull test passed. 272 Polygon Cull test passed. 385 Polygon Cull test passed. 498 Polygon Cull test passed. 611 Polygon Cull test passed.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_render_stencilref.c | 66 /* We *cull* pixels, therefore no need to mask out the bits. */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_context.h | 124 /** Derived information about which winding orders to cull */
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_render_stencilref.c | 66 /* We *cull* pixels, therefore no need to mask out the bits. */
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 124 /** Derived information about which winding orders to cull */
|
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 85 * @param spheresCount the number of spheres to cull.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
render.rs | 154 // Run the params and cull script
|
scenegraph_objects.rsh | 132 int cullType; // specifies whether to frustum cull
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 70 CULL_FACE_MODE("Cull front/back facing polygons"),
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
RenderState.java | 196 * Cull front faces 200 * Cull back faces 204 * Cull both front and back faces. 816 * Retrieve the face cull mode. 818 * @return the face cull mode. [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 138 // The default search provider and search terms data necessary to cull results 306 // If true, HistoryURL provider should lookup and cull redirects. If
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_private.h | 110 struct draw_stage *cull; member in struct:draw_context::__anon12541
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
polygon.c | 43 * Specify whether to cull front- or back-facing facets.
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_private.h | 110 struct draw_stage *cull; member in struct:draw_context::__anon23008
|
/external/mesa3d/src/mesa/main/ |
polygon.c | 43 * Specify whether to cull front- or back-facing facets.
|
/frameworks/base/docs/html/training/graphics/opengl/ |
shapes.jd | 94 want to have drawn, and the back face, which you can choose to not draw using the OpenGL ES cull
|