/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_raster.c | 125 int cull = ctx->Polygon.CullFaceMode; local 137 /* Cull mode. */ 140 else if (cull == GL_FRONT_AND_BACK) 143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_raster.c | 125 int cull = ctx->Polygon.CullFaceMode; local 137 /* Cull mode. */ 140 else if (cull == GL_FRONT_AND_BACK) 143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
object_params.rs | 28 // Visibility flag was set earlier in the cull stage
|
Renderable.java | 64 public void setCullType(int cull) { 65 mData.cullType = cull;
|
/frameworks/rs/ |
rsg.spec | 18 param RsCullMode cull
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
renderer11_utils.cpp | 84 D3D11_CULL_MODE cull = D3D11_CULL_NONE; local 90 case GL_FRONT: cull = D3D11_CULL_FRONT; break; 91 case GL_BACK: cull = D3D11_CULL_BACK; break; 92 case GL_FRONT_AND_BACK: cull = D3D11_CULL_NONE; break; 98 cull = D3D11_CULL_NONE; 101 return cull;
|
renderer9_utils.cpp | 126 D3DCULL cull = D3DCULL_CCW; local 130 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW); 133 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW); 136 cull = D3DCULL_NONE; // culling will be handled during draw 141 return cull;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clip.h | 51 GLuint fill_cw:2; /* includes cull information */ 52 GLuint fill_ccw:2; /* includes cull information */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip.h | 51 GLuint fill_cw:2; /* includes cull information */ 52 GLuint fill_ccw:2; /* includes cull information */
|
/dalvik/dx/tests/112-dex-return-jsr-result/ |
run | 17 # The awk fun here tries to cull out all but the salient bits. The aim
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe.c | 50 draw->pipeline.cull = draw_cull_stage( draw ); 62 !draw->pipeline.cull || 95 if (draw->pipeline.cull) 96 draw->pipeline.cull->destroy( draw->pipeline.cull );
|
draw_pipe_validate.c | 141 /* polygon cull - this is difficult - hardware can cull just fine 256 /* Always run the cull stage as we calculate determinant there 264 draw->pipeline.cull->next = next; 265 next = draw->pipeline.cull;
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
rasterizer.rst | 102 Indicates which faces of polygons to cull, either PIPE_FACE_NONE 103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons), 104 PIPE_FACE_BACK (cull back-facing polygons), or 105 PIPE_FACE_FRONT_AND_BACK (cull all polygons).
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe.c | 50 draw->pipeline.cull = draw_cull_stage( draw ); 62 !draw->pipeline.cull || 95 if (draw->pipeline.cull) 96 draw->pipeline.cull->destroy( draw->pipeline.cull );
|
draw_pipe_validate.c | 141 /* polygon cull - this is difficult - hardware can cull just fine 256 /* Always run the cull stage as we calculate determinant there 264 draw->pipeline.cull->next = next; 265 next = draw->pipeline.cull;
|
/external/mesa3d/src/gallium/docs/source/cso/ |
rasterizer.rst | 102 Indicates which faces of polygons to cull, either PIPE_FACE_NONE 103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons), 104 PIPE_FACE_BACK (cull back-facing polygons), or 105 PIPE_FACE_FRONT_AND_BACK (cull all polygons).
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
PeriodicWave.cpp | 117 // It's a little confusing since the range index gets larger the more partials we cull out. 136 // Number of cents below nyquist where we cull partials. 164 // This FFTFrame is used to cull partials (represented by frequency bins). 188 // Cull the aliasing partials for this pitch range.
|
/frameworks/rs/driver/runtime/ |
rs_program.c | 107 return prog->mHal.state.cull;
|
/frameworks/rs/scriptc/ |
rs_program.rsh | 108 * Get program raster cull mode
|
/prebuilts/sdk/renderscript/include/ |
rs_program.rsh | 108 * Get program raster cull mode
|
/external/clang/test/CodeGen/ |
complex-convert.c | 14 _Complex unsigned long long cull) { 45 sc1 = cull; 46 // CHECK-NEXT: %[[VAR8:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL:[A-Za-z0-9.]+]], i{{[0-9]+}} 0, i{{[0-9]+}} 0 67 uc1 = cull; 68 // CHECK-NEXT: %[[VAR18:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0 90 sll1 = cull; 91 // CHECK-NEXT: %[[VAR29:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0 112 ull1 = cull; 113 // CHECK-NEXT: %[[VAR39:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[LLSIZE]], i[[LLSIZE]] }* %[[CULL]], i{{[0-9]+}} 0, i{{[0-9]+}} 0 287 cull1 = sc + cull; [all...] |
/external/chromium_org/chrome/browser/webdata/ |
autocomplete_syncable_service.h | 79 // Called via sync to tell us if we should cull expired entries when merging 171 // Whether we should cull expired autofill entries, can be updated by sync
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_xform.h | 50 * coordinates are very useful to us because they let us cull 60 * - When we aren't clipping. We still might want to cull backfaces
|
/external/libvorbis/vq/ |
make_residue_books.pl | 11 # :1 res0_128_128_1.vqd, 4, nonseq cull, 0 +- 1 140 if($seqp=~/cull/){
|
/external/mesa3d/src/mesa/math/ |
m_xform.h | 50 * coordinates are very useful to us because they let us cull 60 * - When we aren't clipping. We still might want to cull backfaces
|