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

<<21222324252627282930>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 193 unsigned unit,
198 unsigned unit);
200 unsigned unit);
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 1168 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit)
1170 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current;
1178 samp = _mesa_get_samplerobj(ctx, unit);
s_atifragshader.c 48 GLuint unit, GLfloat color[4])
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
54 ctx->Texture.Unit[unit]._Current,
281 /* sample from unit idx using texinst->src as coords */
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 73 dev_t unit; member in struct:mddev_s
  /external/chromium_org/gpu/command_buffer/service/
context_state.h 31 // State associated with each texture unit.
36 // The last target that was bound to this texture unit.
39 // texture currently bound to this unit's GL_TEXTURE_2D with glBindTexture
42 // texture currently bound to this unit's GL_TEXTURE_CUBE_MAP with
46 // texture currently bound to this unit's GL_TEXTURE_EXTERNAL_OES with
50 // texture currently bound to this unit's GL_TEXTURE_RECTANGLE_ARB with
124 GLuint unit, const ContextState* prev_state) const;
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 404 private T internalGetResult(long timeout, TimeUnit unit)
410 return get(timeout, unit);
446 public T getResult(long timeout, TimeUnit unit)
448 return internalGetResult(timeout, unit);
  /external/chromium_org/third_party/jinja2/
filters.py 396 unit = base ** (i + 2)
397 if bytes < unit:
398 return '%.1f %s' % ((base * bytes / unit), prefix)
399 return '%.1f %s' % ((base * bytes / unit), prefix)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 425 unsigned int unit; local
435 unit = inst->U.I.TexSrcUnit;
449 unit = 0;
462 | (unit << R300_TEX_ID_SHIFT)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
448 const struct gl_texture_unit *unit = &ctx->Texture.Unit[unit_id]; local
450 if (unit->_ReallyEnabled && unit->_Current->Target != GL_TEXTURE_BUFFER) {
451 const struct gl_texture_object *t = unit->_Current;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 48 GLuint unit, GLfloat color[4])
53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
54 ctx->Texture.Unit[unit]._Current,
281 /* sample from unit idx using texinst->src as coords */
  /external/chromium_org/tools/perf/measurements/
smoothness_controller.py 98 results.Add(r.name, r.unit, r.value)
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 86 ${TSAN_RTL}/tests/unit/*.cc &
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 88 void TextureManager::bindTexture (int unit, const glu::Texture2D* tex2D)
90 m_tex2D[unit] = tex2D;
93 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube)
95 m_texCube[unit] = texCube;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_emit.c 425 unsigned int unit; local
435 unit = inst->U.I.TexSrcUnit;
449 unit = 0;
462 | (unit << R300_TEX_ID_SHIFT)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
448 const struct gl_texture_unit *unit = &ctx->Texture.Unit[unit_id]; local
450 if (unit->_ReallyEnabled && unit->_Current->Target != GL_TEXTURE_BUFFER) {
451 const struct gl_texture_object *t = unit->_Current;
  /external/stlport/
configure.bat 186 echo Option specially targetting build of the unit tests project without STLport. This
253 echo !include msvc.mak > .\build\test\unit\Makefile
263 echo !include icl.mak > .\build\test\unit\Makefile
314 echo !include evc.mak > .\build\test\unit\Makefile
338 echo !include evc.mak > .\build\test\unit\Makefile
346 echo !include evc.mak > .\build\test\unit\Makefile
624 echo Go to build/test/unit folder and type nmake clean install to
625 echo build unit tests and install them in bin folder.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 17 package com.android.mediaframeworktest.unit;
CameraUtilsBinderDecoratorTest.java 17 package com.android.mediaframeworktest.unit;
ImageReaderTest.java 17 package com.android.mediaframeworktest.unit;
31 private static final String TAG = "ImageReaderTest-unit";
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 180 public T getResult(long timeout, TimeUnit unit)
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 338 public boolean offer(E e, long timeout, TimeUnit unit)
342 long nanos = unit.toNanos(timeout);
380 public E poll(long timeout, TimeUnit unit) throws InterruptedException {
381 long nanos = unit.toNanos(timeout);
    [all...]
SynchronousQueue.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 537 final CharSequence unit; local
540 unit = res.getText(com.android.internal.R.string.megabyteShort);
543 unit = res.getText(com.android.internal.R.string.gigabyteShort);
560 setText(builder, sSpanUnit, unit, "^2");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitator.java 380 public void waitForLoadingMainDictionary(final long timeout, final TimeUnit unit)
382 mLatchForWaitingLoadingMainDictionary.await(timeout, unit);
386 public void waitForLoadingDictionariesForTesting(final long timeout, final TimeUnit unit)
388 waitForLoadingMainDictionary(timeout, unit);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 73 dev_t unit; member in struct:mddev_s

Completed in 1165 milliseconds

<<21222324252627282930>>