HomeSort by relevance Sort by last modified time
    Searched defs:cull (Results 1 - 25 of 31) sorted by null

1 2

  /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/rs/
rsProgramRaster.h 42 RsCullMode cull; member in struct:android::renderscript::ProgramRaster::Hal::State
55 RsCullMode cull);
63 RsCullMode cull);
  /external/skia/tests/
DashPathEffectTest.cpp 38 SkRect cull = SkRect::MakeWH(1.0f, 1.0f); local
79 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull);
83 // On the third pass all the lines should be outside the translated cull rect
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */
93 struct cull_stage *cull = cull_stage(stage); local
95 cull->cull_face = stage->draw->rasterizer->cull_face;
96 cull->front_ccw = stage->draw->rasterizer->front_ccw;
128 struct cull_stage *cull = CALLOC_STRUCT(cull_stage); local
129 if (cull == NULL)
132 cull->stage.draw = draw;
133 cull->stage.name = "cull";
134 cull->stage.next = NULL
    [all...]
draw_private.h 110 struct draw_stage *cull; member in struct:draw_context::__anon18956
  /external/skia/samplecode/
SampleAtlas.cpp 22 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
24 canvas->drawAtlas(atlas, xform, tex, colors, count, SkXfermode::kModulate_Mode, cull, paint);
28 const SkRect tex[], const SkColor colors[], int count, const SkRect* cull,
188 const SkRect cull = this->getBounds(); variable
190 fProc(canvas, fAtlas, xform, fTex, colorsPtr, N, &cull, &paint);
  /external/skia/src/core/
SkPicturePlayback.cpp 191 const SkRect* cull = nullptr; local
193 cull = (const SkRect*)reader->skip(sizeof(SkRect));
195 canvas->drawAtlas(atlas, xform, tex, colors, count, mode, cull, paint);
  /frameworks/rs/driver/runtime/
rs_structs.h 143 rs_cull_mode cull; member in struct:ProgramRaster::__anon28909::__anon28910
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user * cull; member in struct:omap3isp_ccdc_update_config
  /development/ndk/platforms/android-21/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 404 * @cull: Cull control register.
415 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /frameworks/native/opengl/libagl/
context.h 208 uint16_t cull; member in struct:android::gl::array_machine_t
616 culling_t cull; member in struct:android::gl::ogles_context_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 403 * @cull: Cull control register.
414 struct omap3isp_ccdc_culling *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
omap3isp.h 281 struct omap3isp_ccdc_culling __user *cull; member in struct:omap3isp_ccdc_update_config

Completed in 1659 milliseconds

1 2