HomeSort by relevance Sort by last modified time
    Searched full:point_size (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/opencv3/modules/viz/include/opencv2/viz/
viz3d.hpp 254 - **POINT_SIZE**
280 - **POINT_SIZE**
widgets.hpp 63 POINT_SIZE,
110 - **POINT_SIZE**
135 - **POINT_SIZE**
    [all...]
  /external/opencv3/modules/viz/src/
widget.cpp 113 case POINT_SIZE: actor->GetProperty()->SetPointSize(float(value)); break;
182 case POINT_SIZE: value = actor->GetProperty()->GetPointSize(); break;
  /external/deqp/doc/testspecs/GLES31/
functional.geometry_shading.txt 59 lookup. basic.point_size, basic.primitive_id_in[_restarted] and
functional.tessellation_geometry_interaction.txt 84 point_size.* cases test reading and writing to gl_PointSize varible in different
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdf.h 197 unsigned long point_size; /* Point size of the font. */ member in struct:bdf_font_t_
bdflib.c 111 { (char *)"POINT_SIZE", BDF_INTEGER, 1, { 0 } },
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 93 rast->pointsize = templ->point_size;
  /frameworks/rs/
rsComponent.cpp 241 "POINT_SIZE",
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 646 GLint point_size = (int) size; local
650 point_size = CLAMP(point_size, 1, 256);
654 FIXED_POINT_WIDTH(point_size));
    [all...]
i915_state.c 625 GLint point_size = (int) round(size); local
629 point_size = CLAMP(point_size, 1, 255);
630 lis4 |= point_size << S4_POINT_WIDTH_SHIFT;
    [all...]
  /external/llvm/test/Transforms/SCCP/
2006-12-04-PackedType.ll 118 %point_size.2 = phi float [ %tmp108, %cond_true93 ], [ undef, %entry ] ; <float> [#uses=2]
119 %tmp457 = fcmp olt float %point_size.2, 1.000000e+00 ; <i1> [#uses=1]
133 %tmp486 = fmul float %point_size.2, 5.000000e-01 ; <float> [#uses=1]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 933 int point_size = CLAMP((int) rasterizer->point_size, 1, 0xff); local
935 cso->LIS4 |= point_size << S4_POINT_WIDTH_SHIFT;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 511 float point_size,
518 setup->point_size = point_size;
lp_setup_point.c 310 : setup->point_size;
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1078 uint32_t point_size; \/* R300_GA_POINT_SIZE: 0x421c *\/ local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 88 /** half of pipe_rasterizer_state::point_size */
689 if (draw->rasterizer->point_size <= 2.0)
692 aapoint->radius = 0.5f * draw->rasterizer->point_size;
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 222 point_size
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 154 trace_dump_member(float, state, point_size);
  /external/mesa3d/src/gallium/tests/graw/
vs-test.c 458 rasterizer.point_size = 8.0;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 274 sf->sf7.point_size = CLAMP(rint(CLAMP(ctx->Point.Size,
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_6.sh 88 run_test "spec/!OpenGL 2.0/vs-point_size-zero" 0.0 "bin/vs-point_size-zero -auto"
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 252 SB_BEGIN_3D(so, POINT_SIZE, 1);
253 SB_DATA (so, fui(cso->point_size));
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 336 util_dump_member(stream, float, state, point_size);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 430 rs_state.point_size = VL_BLOCK_WIDTH;

Completed in 1348 milliseconds

12 3 4