HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 401 - 425 of 931) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/
surface_stats.py 36 name = '%s (%s)' % (result.name, result.unit)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 157 virtual void RestoreTextureUnitBindings(unsigned unit) const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframeRule.cpp 125 ASSERT(keys->valueAt(i)->unit == blink::CSSPrimitiveValue::CSS_NUMBER);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 184 } unit[16]; member in struct:r300_fragment_program_external_state
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 196 GLuint unit, GLfloat color[4])
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
202 ctx->Texture.Unit[unit]._Current,
282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /external/kernel-headers/original/uapi/linux/
hiddev.h 104 __u32 unit; member in struct:hiddev_field_info
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 184 } unit[16]; member in struct:r300_fragment_program_external_state
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 196 GLuint unit, GLfloat color[4])
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
202 ctx->Texture.Unit[unit]._Current,
282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current);
301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 201 if (emit->unit == PIPE_SHADER_FRAGMENT) {
1639 const unsigned unit = src1.base.num; local
3067 const unsigned unit = ffs(inverted_texcoords) - 1; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 201 if (emit->unit == PIPE_SHADER_FRAGMENT) {
1639 const unsigned unit = src1.base.num; local
3067 const unsigned unit = ffs(inverted_texcoords) - 1; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 286 int unit; member in struct:deqp::gles31::Functional::__anon24908::VarValue::__anon24909::__anon24910
546 result.val.intV[0] = sampler.val.samplerV.unit;
627 result << value.val.samplerV.unit;
638 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */)
672 result.val.samplerV.unit = samplerUnit;
725 if (a.val.samplerV.unit != b.val.samplerV.unit)
1335 GLint unit = -1; local
1544 const GLint unit = uniform.finalValue.val.samplerV.unit; local
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 4 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
13 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
27 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
46 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 516 * @param unit The time unit for the timeout.
526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException,
528 return mFuture.get(timeout, unit);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 516 * @param unit The time unit for the timeout.
526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException,
528 return mFuture.get(timeout, unit);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java 516 * @param unit The time unit for the timeout.
526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException,
528 return mFuture.get(timeout, unit);
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 360 public void setIdleDuration(long duration, TimeUnit unit) {
362 this.duration = unit.toMillis(duration);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/
dromaeorunner.js 7 PerfTestRunner.prepareToMeasureValuesAsync({dromaeoIterationCount: ITERATION_COUNT, doNotMeasureMemoryUsage: true, doNotIgnoreInitialRun: true, unit: 'runs/s'});
  /external/chromium_org/third_party/android_crazy_linker/src/
Android.mk 41 # The crazy linker unit tests.
  /external/chromium_org/tools/grit/grit/
grit_runner.py 64 import grit.tool.unit namespace
65 return grit.tool.unit.UnitTestTool()
100 ['unit', { _FACTORY : ToolFactoryUnit, _REQUIRES_INPUT : False }],
  /external/chromium_org/v8/test/mjsunit/harmony/
string-fromcodepoint.js 53 result.push(0); // one code unit per symbol
  /external/doclava/
Android.mk 40 # For now, you can run the unit tests thus:
  /external/doclava/res/assets/templates/
hierarchy.cs 15 <div class="g-unit" id="doc-content">
  /external/llvm/test/Bindings/Ocaml/
ipo_opts.ml 21 (* Tiny unit test framework - really just to help find which line is busted *)

Completed in 3645 milliseconds

<<11121314151617181920>>