/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 149 // Sets the active texture unit. Up to MAX_TEXTURE_UNITS are supported. 169 // Set the target binding of the active texture unit to texture. Returns 209 TextureUnit unit[MAX_TEXTURE_UNITS]; member in struct:GLClientState::TextureState
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPrimitiveValue.h | 150 // This value must come after the last length unit type to enable iteration over the length unit types. 170 static UnitType fromName(const String& unit); 280 // Converts to a Length, mapping various unit types appropriately. 344 // Returns true and populates lengthUnitType, if unitType is a length unit. Otherwise, returns false.
|
CSSCalculationValue.cpp | 631 if (value->unit != CSSParserValue::Operator) 640 if (parserValue->unit >= CSSParserValue::Operator) 643 CSSPrimitiveValue::UnitType type = static_cast<CSSPrimitiveValue::UnitType>(parserValue->unit);
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
MediaQueryParser.cpp | 245 value.unit = CSSParserValue::Operator;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 59 int unit; member in struct:svga_shader_emitter
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_context.h | 88 struct r200_texture_env_state unit[R200_MAX_TEXTURE_UNITS]; member in struct:r200_texture_state 572 * 3 floats for each texture unit (18 floats total).
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) { 1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local 1043 if (texObj == unit->CurrentTex[tex]) { 1044 _mesa_reference_texobj(&unit->CurrentTex[tex], 1046 ASSERT(unit->CurrentTex[tex]); 1063 * texture unit, unbind the texture first. Decrement the reference [all...] |
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);
|
/external/chromium_org/ui/webui/resources/js/ |
cr.js | 123 // the browser/unit tests to preprocess this file through grit. 184 // the browser/unit tests to preprocess this file through grit.
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 59 int unit; member in struct:svga_shader_emitter
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.h | 88 struct r200_texture_env_state unit[R200_MAX_TEXTURE_UNITS]; member in struct:r200_texture_state 572 * 3 floats for each texture unit (18 floats total).
|
/external/mesa3d/src/mesa/main/ |
texobj.c | 1040 for (u = 0; u < Elements(ctx->Texture.Unit); u++) { 1041 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local 1043 if (texObj == unit->CurrentTex[tex]) { 1044 _mesa_reference_texobj(&unit->CurrentTex[tex], 1046 ASSERT(unit->CurrentTex[tex]); 1063 * texture unit, unbind the texture first. Decrement the reference [all...] |
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);
|
/external/chromium_org/third_party/icu/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/chromium_org/tools/memory_inspector/memory_inspector/frontends/ |
www_server.py | 724 for unit in UNITS: 725 if abs(nbytes) < 1024.0 or unit == UNITS[-1]: 726 return ('%3.1f' % nbytes).replace('.0','') + ' ' + unit
|
/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/chromium_org/gpu/command_buffer/service/ |
texture_manager.cc | 1364 TextureUnit& unit = state->texture_units[state->active_texture_unit]; local [all...] |
gles2_cmd_decoder.cc | 290 // unit zero in case the client has changed that to something invalid. 622 virtual void RestoreTextureUnitBindings(unsigned unit) const OVERRIDE { 623 state_.RestoreTextureUnitBindings(unit, NULL); 4268 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4701 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4712 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4723 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 4734 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local 10646 TextureUnit& unit = state_.texture_units[state_.active_texture_unit]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Range.cpp | [all...] |
/external/chromium_org/cc/resources/ |
resource_provider.cc | 116 ScopedSetActiveTexture(GLES2Interface* gl, GLenum unit) 117 : gl_(gl), unit_(unit) { 125 // Active unit being GL_TEXTURE0 is effectively the ground state. 951 GLenum unit, 954 unit_(unit), [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.cpp | [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...] |