/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
uniforms.c | 53 * particular texture unit. We know the sampler's texture target 54 * (1D/2D/3D/etc) from compile time but the sampler's texture unit is 59 * Each value of TexturesUsed[unit] is one of zero, TEXTURE_1D_INDEX, 74 GLuint unit = shProg->SamplerUnits[s]; local 76 assert(unit < Elements(prog->TexturesUsed)); 78 prog->TexturesUsed[unit] |= (1 << tgt);
|
mtypes.h | [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucmstate.c | 623 uint16_t unit; local 799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; 800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-report.c | 414 char unit; local 433 nr_samples = convert_unit(nr_samples, &unit); 434 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit);
|
builtin-stat.c | 266 * Does the counter have nsecs as a unit? 936 char unit = 'M'; local 944 unit = 'K'; 947 fprintf(output, " # %8.3f %c/sec ", ratio, unit); [all...] |
/external/mesa3d/src/mesa/main/ |
uniforms.c | 53 * particular texture unit. We know the sampler's texture target 54 * (1D/2D/3D/etc) from compile time but the sampler's texture unit is 59 * Each value of TexturesUsed[unit] is one of zero, TEXTURE_1D_INDEX, 74 GLuint unit = shProg->SamplerUnits[s]; local 76 assert(unit < Elements(prog->TexturesUsed)); 78 prog->TexturesUsed[unit] |= (1 << tgt);
|
mtypes.h | [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
texture_manager.cc | 1400 TextureUnit& unit = state->texture_units[state->active_texture_unit]; local [all...] |
gles2_cmd_decoder.cc | 298 // unit zero in case the client has changed that to something invalid. 615 virtual void RestoreTextureUnitBindings(unsigned unit) const OVERRIDE { 616 state_.RestoreTextureUnitBindings(unit, NULL); 4109 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4542 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4553 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4564 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4575 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 10230 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Range.cpp | [all...] |
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusFlat.h | 923 GdipCreatePen1(ARGB color, REAL width, GpUnit unit, GpPen **pen);
926 GdipCreatePen2(GpBrush *brush, REAL width, GpUnit unit,
942 GdipSetPenUnit(GpPen *pen, GpUnit unit);
945 GdipGetPenUnit(GpPen *pen, GpUnit *unit);
[all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/ |
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar | |
/external/chromium_org/cc/resources/ |
resource_provider.cc | 126 ScopedSetActiveTexture(GLES2Interface* gl, GLenum unit) 127 : gl_(gl), unit_(unit) { 135 // Active unit being GL_TEXTURE0 is effectively the ground state. [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | 278 TimeUnit unit = SECONDS; local 280 makeMap(createMapMaker().expireAfterWrite(duration, unit)); 281 assertEquals(unit.toNanos(duration), map.expireAfterWriteNanos); 286 TimeUnit unit = SECONDS; local 288 makeMap(createMapMaker().expireAfterAccess(duration, unit)); 289 assertEquals(unit.toNanos(duration), map.expireAfterAccessNanos); [all...] |
/external/oprofile/utils/ |
opcontrol | 136 -l/--list-events list event types and unit masks 160 unitmask: hardware unit mask e.g. 0x0f 643 UNIT_MASK=`$OPHELP --unit-mask $TMPEVENT` [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusgraphics.h | 109 const RectF& srcrect, Unit unit) 113 nativeGraphics, &dstrect, &srcrect, unit, 118 const Rect& srcrect, Unit unit) 122 nativeGraphics, &dstrect, &srcrect, unit, 390 REAL srcwidth, REAL srcheight, Unit srcUnit) 399 INT srcwidth, INT srcheight, Unit srcUnit) 409 Unit srcUnit, 425 Unit srcUnit [all...] |
/build/tools/droiddoc/templates-ds/ |
sdkpage.cs | 30 <div class="g-unit"> 484 </div><!-- end g-unit -->
|
/build/tools/droiddoc/templates-sac/ |
sdkpage.cs | 29 <div class="g-unit"> 483 </div><!-- end g-unit -->
|
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 240 UINT16 unit; /* as UUIUD defined by SIG */ member in struct:__anon6143 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPrimitiveValue.h | 155 // This value must come after the last length unit type to enable iteration over the length unit types. 175 static UnitType fromName(const String& unit); 303 // Converts to a Length, mapping various unit types appropriately. 367 // Returns true and populates lengthUnitType, if unitType is a length unit. Otherwise, returns false.
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
indirect_vertex_array.c | 1725 const GLint unit = (GLint) texture - GL_TEXTURE0; local [all...] |
/external/chromium_org/third_party/skia/tests/ |
PictureTest.cpp | 695 SkScalar unit = rand.nextUScalar1(); local 696 if (unit <= 0.3) { 699 } else if (unit <= 0.6) { 702 } else if (unit <= 0.9) { [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 341 TimeUnit unit = TimeUnit.SECONDS; local 343 makeLocalCache(createCacheBuilder().expireAfterWrite(duration, unit)); 344 assertEquals(unit.toNanos(duration), map.expireAfterWriteNanos); 349 TimeUnit unit = TimeUnit.SECONDS; local 351 makeLocalCache(createCacheBuilder().expireAfterAccess(duration, unit)); 352 assertEquals(unit.toNanos(duration), map.expireAfterAccessNanos); 357 TimeUnit unit = TimeUnit.SECONDS; local 359 makeLocalCache(createCacheBuilder().refreshAfterWrite(duration, unit)); 360 assertEquals(unit.toNanos(duration), map.refreshNanos); [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 2111 size_t unit; local [all...] |
/external/mesa3d/src/glx/ |
indirect_vertex_array.c | 1725 const GLint unit = (GLint) texture - GL_TEXTURE0; local [all...] |