HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 251 - 275 of 1472) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 55 * Return array of texels for given unit.
58 get_texel_array(SWcontext *swrast, GLuint unit)
61 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
63 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
80 * \param unit the texture combiner unit
89 texture_combine( struct gl_context *ctx, GLuint unit,
95 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]);
154 argRGB[term] = get_texel_array(swrast, unit);
608 GLuint unit; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 47 * Return array of texels for given unit.
50 get_texel_array(SWcontext *swrast, GLuint unit)
53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num()));
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4);
72 * \param unit the texture combiner unit
81 texture_combine( struct gl_context *ctx, GLuint unit,
87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]);
146 argRGB[term] = get_texel_array(swrast, unit);
600 GLuint unit; local
    [all...]
  /external/ppp/pppd/
ipxcp.c 380 ipxcp_init(unit)
381 int unit;
383 fsm *f = &ipxcp_fsm[unit];
385 f->unit = unit;
388 fsm_init(&ipxcp_fsm[unit]);
471 ipxcp_open(unit)
472 int unit;
474 fsm_open(&ipxcp_fsm[unit]);
481 ipxcp_close(unit, reason
1296 int unit = f->unit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c 39 static uint find_mapping(const struct i915_fragment_shader* fs, int unit)
44 if (fs->generic_mapping[i] == unit)
77 uint unit = I915_SEMANTIC_POS; local
78 texCoords[find_mapping(fs, unit)] = TRUE;
88 uint unit = fs->info.input_semantic_index[i]; local
90 texCoords[find_mapping(fs, unit)] = TRUE;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 39 static uint find_mapping(const struct i915_fragment_shader* fs, int unit)
44 if (fs->generic_mapping[i] == unit)
77 uint unit = I915_SEMANTIC_POS; local
78 texCoords[find_mapping(fs, unit)] = TRUE;
88 uint unit = fs->info.input_semantic_index[i]; local
90 texCoords[find_mapping(fs, unit)] = TRUE;
  /frameworks/av/media/libstagefright/rtsp/
AH263Assembler.cpp 156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)";
162 const sp<ABuffer> &unit = *it; local
164 totalSize += unit->size();
172 const sp<ABuffer> &unit = *it; local
175 unit->data(), unit->size());
177 offset += unit->size();
197 msg->setBuffer("access-unit", accessUnit);
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 50 external register_exns : exn -> unit = "llvm_register_target_exns"
59 Llvm.PassManager.t -> t -> unit
92 external default_triple : unit -> string = "llvm_target_default_triple"
93 external first : unit -> t option = "llvm_target_first"
130 external set_verbose_asm : bool -> t -> unit
133 t -> unit
  /packages/apps/OMA-DM/engine/dmlib/linux_java/buildscripts/
createPackage 135 echo "Incremental build is done; unit-test skipped"
217 echo "compiling unit test..."
222 #run unit test
232 echo "running unit test for DM 1.1.2..."
234 diff -q unittest/dm11/output11 unittest/dm11/testoutput11 || echo "DM 1.1 unit test failed!"
238 echo "running unit test for DM 1.2..."
240 diff -q unittest/dm12/output12 unittest/dm12/testoutput12 || echo "DM 1.2 unit test failed!"
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1374 .g-tpl-240-alt .g-unit,
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1357 .g-tpl-240 .g-unit,
1358 .g-unit .g-tpl-240 .g-unit,
1359 .g-unit .g-unit .g-tpl-240 .g-unit {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1374 .g-tpl-240-alt .g-unit,
    [all...]
  /dalvik/dx/tests/115-merge/
run 34 junit.textui.TestRunner com.android.dx.merge.DexMergeTest > unit-out.txt
39 cat unit-out.txt
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider.h 40 // Update the content of the |unit| obtained for |display| using
44 extensions::api::system_display::DisplayUnitInfo* unit);
  /external/chromium_org/ppapi/cpp/dev/
scrollbar_dev.h 34 void ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 31 # Unit tests of VCSUtils::runPatchCommand().
66 +If it did, some unit tests don't seem to be working quite right:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.h 50 extern void radeonTexUpdateParameters(struct gl_context *ctx, GLuint unit);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.h 40 * Return pointer to current texture unit.
41 * This the texture unit set by glActiveTexture(), not glClientActiveTexture().
46 ASSERT(ctx->Texture.CurrentUnit < Elements(ctx->Texture.Unit));
47 return &(ctx->Texture.Unit[ctx->Texture.CurrentUnit]);
55 _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit );
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 114 * @param unit the time unit of the initialDelay and delay parameters
117 final TimeUnit unit) {
122 return executor.scheduleWithFixedDelay(task, initialDelay, delay, unit);
133 * @param unit the time unit of the initialDelay and period parameters
136 final TimeUnit unit) {
141 return executor.scheduleAtFixedRate(task, initialDelay, period, unit);
359 currentFuture = executor.schedule(this, schedule.delay, schedule.unit);
410 private final TimeUnit unit;
    [all...]
CheckedFuture.java 75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.h 50 extern void radeonTexUpdateParameters(struct gl_context *ctx, GLuint unit);
  /external/mesa3d/src/mesa/main/
texstate.h 40 * Return pointer to current texture unit.
41 * This the texture unit set by glActiveTexture(), not glClientActiveTexture().
46 ASSERT(ctx->Texture.CurrentUnit < Elements(ctx->Texture.Unit));
47 return &(ctx->Texture.Unit[ctx->Texture.CurrentUnit]);
55 _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit );
  /frameworks/av/services/audioflinger/tests/
Android.mk 1 # Build the unit tests for audioflinger
4 # resampler unit test
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraOpenTest.java 17 package com.android.mediaframeworktest.unit;
26 * -e class 'com.android.mediaframeworktest.unit.CameraOpenTest' \
  /frameworks/native/libs/input/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
  /frameworks/native/services/inputflinger/tests/
Android.mk 1 # Build the unit tests.
5 # Build the unit tests.
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 373 * @param unit the time unit of the {@code timeout} argument
378 public boolean tryAcquire(long timeout, TimeUnit unit)
380 return sync.tryAcquireSharedNanos(1, unit.toNanos(timeout));
544 * @param unit the time unit of the {@code timeout} argument
550 public boolean tryAcquire(int permits, long timeout, TimeUnit unit)
553 return sync.tryAcquireSharedNanos(permits, unit.toNanos(timeout));

Completed in 1249 milliseconds

<<11121314151617181920>>