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

12 3 4

  /external/libxml2/result/valid/
dia.xml 63 <dia:attribute dia:name="line_width">
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 924 int line_width = CLAMP((int)(rasterizer->line_width * 2), 1, 0xf); local
926 cso->LIS4 |= line_width << S4_LINE_WIDTH_SHIFT;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 502 float line_width)
506 setup->line_width = line_width;
lp_setup_line.c 285 float width = MAX2(1.0, setup->line_width);
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 197 ES3F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
es3fFloatStateQueryTests.cpp     [all...]
  /external/libxml2/result/
dia1.sax 72 SAX.startElement(dia:attribute, name='line_width')
dia2.sax 72 SAX.startElement(dia:attribute, name='line_width')
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 140 line_width
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 153 trace_dump_member(float, state, line_width);
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 337 CFX_FloatRect CFX_PathData::GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const
341 FX_FLOAT half_width = line_width;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 353 line_width = 78
354 text_width = line_width - opt_width
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 273 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 308 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 335 util_dump_member(stream, float, state, line_width);
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 150 float line_width; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_context.c 338 BEGIN_NV04(push, NV10_3D(LINE_WIDTH), 1);
nv20_context.c 336 BEGIN_NV04(push, NV20_3D(LINE_WIDTH), 1);
  /external/pdfium/core/include/fxge/
fx_ge.h 194 CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 145 IGLProperty lineWidth = new GLFloatProperty(GLStateType.LINE_WIDTH, Float.valueOf(1.0f));
  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 683 if (draw->rasterizer->line_width <= 2.2)
686 aaline->half_line_width = 0.5f * draw->rasterizer->line_width;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 254 SB_BEGIN_3D(so, LINE_WIDTH, 1);
255 SB_DATA (so, fui(cso->line_width));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c     [all...]

Completed in 3819 milliseconds

12 3 4