Searched defs:unit (Results 301 - 325 of 405) sorted by relevance

<<11121314151617

/external/chromium_org/cc/resources/
H A Dresource_provider.cc116 ScopedSetActiveTexture(GLES2Interface* gl, GLenum unit) argument
117 : gl_(gl), unit_(unit) {
125 // Active unit being GL_TEXTURE0 is effectively the ground state.
951 GLenum unit,
954 unit_(unit),
1638 GLenum unit,
1648 ScopedSetActiveTexture scoped_active_tex(gl, unit);
948 ScopedSamplerGL( ResourceProvider* resource_provider, ResourceProvider::ResourceId resource_id, GLenum unit, GLenum filter) argument
1637 BindForSampling(ResourceId resource_id, GLenum unit, GLenum filter) argument
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp305 static inline bool parseSimpleLength(const CharacterType* characters, unsigned length, CSSPrimitiveValue::UnitType& unit, double& number) argument
309 unit = CSSPrimitiveValue::CSS_PX;
312 unit = CSSPrimitiveValue::CSS_PERCENTAGE;
334 CSSPrimitiveValue::UnitType unit = CSSPrimitiveValue::CSS_NUMBER; local
337 if (!parseSimpleLength(string.characters8(), length, unit, number))
340 if (!parseSimpleLength(string.characters16(), length, unit, number))
344 if (unit == CSSPrimitiveValue::CSS_NUMBER) {
348 unit = CSSPrimitiveValue::CSS_PX;
353 RefPtrWillBeRawPtr<CSSValue> value = cssValuePool().createValue(number, unit);
718 CSSPrimitiveValue::UnitType unit local
1262 CSSPropertyParser::Units unit() const { return m_unit; } function in class:blink::TransformOperationInfo
1319 CSSPropertyParser::Units unit = info.unit(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp1682 void Range::expand(const String& unit, ExceptionState& exceptionState) argument
1686 if (unit == "word") {
1689 } else if (unit == "sentence") {
1692 } else if (unit == "block") {
1695 } else if (unit == "document") {
/external/chromium_org/third_party/libpng/
H A Dpngwutil.c1552 png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1628 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) argument
1638 buf[0] = (char)unit;
1668 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width, argument
1688 buf[0] = (png_byte)unit;
1714 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c185 unsigned unit,
267 bld->gallivm, unit);
492 unsigned unit,
513 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit);
525 rho = lp_build_rho(bld, unit, derivs);
573 bld->dynamic_state->lod_bias(bld->dynamic_state, bld->gallivm, unit);
582 bld->dynamic_state->max_lod(bld->dynamic_state, bld->gallivm, unit);
589 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit);
626 unsigned unit,
634 bld->gallivm, unit);
184 lp_build_rho(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs) argument
491 lp_build_lod_selector(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, unsigned mip_filter, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
625 lp_build_nearest_mip_level(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *level_out) argument
653 lp_build_linear_mip_levels(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *lod_fpart_inout, LLVMValueRef *level0_out, LLVMValueRef *level1_out) argument
[all...]
H A Dlp_bld_sample_aos.c1530 unsigned unit,
1529 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) argument
H A Dlp_bld_tgsi_soa.c1146 unsigned unit; local
1273 unit = inst->Src[3].Register.Index;
1285 unit = inst->Src[1].Register.Index;
1291 unit, num_coords, coords,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1753 const uint unit = inst->Src[1].Register.Index; local
1780 fetch_texel(mach->Samplers[unit],
1793 fetch_texel(mach->Samplers[unit],
1813 fetch_texel(mach->Samplers[unit],
1827 fetch_texel(mach->Samplers[unit],
1841 fetch_texel(mach->Samplers[unit],
1857 fetch_texel(mach->Samplers[unit],
1869 fetch_texel(mach->Samplers[unit],
1886 fetch_texel(mach->Samplers[unit],
1918 const uint unit local
1999 const uint unit = inst->Src[2].Register.Index; local
2070 const uint unit = inst->Src[1].Register.Index; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp61 return size >> unit[f];
82 return (size < 4) ? u : ((u << unit[f]) / 4);
90 int unit[LAST_REGISTER_FILE + 1]; // log2 of allocation granularity member in class:nv50_ir::RegisterSet
112 unit[rf] = targ->getFileUnit(f);
160 return occupy(v->reg.file, v->reg.data.id, v->reg.size >> unit[v->reg.file]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c201 if (emit->unit == PIPE_SHADER_FRAGMENT) {
1122 if (emit->unit == PIPE_SHADER_VERTEX) {
1358 if (emit->unit == PIPE_SHADER_VERTEX) {
1423 if (emit->unit == PIPE_SHADER_VERTEX) {
1435 assert(emit->unit == PIPE_SHADER_FRAGMENT);
1639 const unsigned unit = src1.base.num; local
1642 boolean compare = (emit->key.fkey.tex[unit].compare_mode ==
1646 boolean swizzle = (emit->key.fkey.tex[unit].swizzle_r != PIPE_SWIZZLE_RED ||
1647 emit->key.fkey.tex[unit].swizzle_g != PIPE_SWIZZLE_GREEN ||
1648 emit->key.fkey.tex[unit]
3067 const unsigned unit = ffs(inverted_texcoords) - 1; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp129 } unit[MAX_TEXTURE_UNITS]; member in struct:state_key
441 key->unit[i].enabled = 1;
446 key->unit[i].source_index =
449 key->unit[i].shadow =
454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB;
455 key->unit[i].NumArgsA = comb->_NumArgsA;
457 key->unit[i].ModeRGB =
459 key->unit[i].ModeA =
462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB;
463 key->unit[
567 get_source(struct texenv_fragment_program *p, GLuint src, GLuint unit) argument
618 emit_combine_source(struct texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) argument
702 emit_combine(struct texenv_fragment_program *p, GLuint unit, GLuint nr, GLuint mode, const struct mode_opt *opt) argument
783 emit_texenv(struct texenv_fragment_program *p, GLuint unit) argument
1042 load_texenv_source(struct texenv_fragment_program *p, GLuint src, GLuint unit) argument
1220 GLuint unit; local
1289 unsigned int unit; local
[all...]
H A Dffvertex_prog.c86 } unit[NUM_UNITS]; member in struct:state_key
191 key->unit[i].light_enabled = 1;
194 key->unit[i].light_eyepos3_is_zero = 1;
197 key->unit[i].light_spotcutoff_is_180 = 1;
202 key->unit[i].light_attenuated = 1;
246 key->unit[i].texunit_really_enabled = 1;
250 key->unit[i].coord_replace = 1;
253 key->unit[i].texmat_enabled = 1;
256 key->unit[i].texgen_enabled = 1;
258 key->unit[
[all...]
H A Dget.c51 * unit, or maybe it's a computed value. So we need to also track
1505 GLuint unit, *p; local
1533 unit = ctx->Texture.CurrentUnit;
1534 v->value_float_4[0] = ctx->Current.RasterTexCoords[unit][0];
1535 v->value_float_4[1] = ctx->Current.RasterTexCoords[unit][1];
1536 v->value_float_4[2] = ctx->Current.RasterTexCoords[unit][2];
1537 v->value_float_4[3] = ctx->Current.RasterTexCoords[unit][3];
1541 unit = ctx->Texture.CurrentUnit;
1542 v->value_float_4[0] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][0];
1543 v->value_float_4[1] = ctx->Current.Attrib[VERT_ATTRIB_TEX0 + unit][
2000 struct gl_texture_unit *unit; local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPictureTest.cpp730 SkScalar unit = rand.nextUScalar1(); local
731 if (unit <= 0.3) {
734 } else if (unit <= 0.6) {
737 } else if (unit <= 0.9) {
/external/deqp/executor/
H A DxeTestCaseResult.hpp236 std::string unit; member in class:xe::ri::Number
462 std::string unit; member in class:xe::ri::ValueInfo
/external/deqp/framework/qphelper/
H A DqpTestLog.c520 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text) argument
533 if (unit) attribs[numAttribs++] = qpSetStringAttrib("Unit", unit);
597 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) argument
602 printf("%s = %lld %s\n", description, (signed long long)value, unit ? unit : "");
605 return qpTestLog_writeKeyValuePair(log, "Number", name, description, unit, tag, tmpString);
617 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) argument
622 printf("%s = %f %s\n", description, value, unit ? unit
1303 qpTestLog_writeValueInfo(qpTestLog* log, const char* name, const char* description, const char* unit, qpSampleValueTag tag) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java445 long timeout, TimeUnit unit)
464 if (unit != null) {
465 theBar = chainFuture.get(timeout, unit);
494 @Override public T get(long timeout, TimeUnit unit) argument
498 return super.get(timeout, unit);
775 public String get(long timeout, TimeUnit unit) {
800 public String get(long timeout, TimeUnit unit) throws
802 delegateForDelayedRuntimeException.get(timeout, unit);
963 final Future<V> input, long timeout, TimeUnit unit)
974 return waiter.get(timeout, unit);
444 performAsyncFunctionTransformedFutureDelgationTest( long timeout, TimeUnit unit) argument
962 pseudoTimedGet( final Future<V> input, long timeout, TimeUnit unit) argument
1079 conditionalPseudoTimedGet( TestFutureBatch inputs, ListenableFuture<String> iFuture, ListenableFuture<String> jFuture, ListenableFuture<List<String>> future, int timeout, TimeUnit unit) argument
[all...]
/external/libpng/
H A Dpngtest.c1221 int unit; local
1224 if (png_get_sCAL(read_ptr, read_info_ptr, &unit, &scal_width,
1227 png_set_sCAL(write_ptr, write_info_ptr, unit, scal_width, scal_height);
1233 int unit; local
1236 if (png_get_sCAL_s(read_ptr, read_info_ptr, &unit, &scal_width,
1239 png_set_sCAL_s(write_ptr, write_info_ptr, unit, scal_width,
H A Dpngwutil.c1781 png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1858 png_write_sCAL_s(png_structrp png_ptr, int unit, png_const_charp width, argument
1876 buf[0] = (png_byte)unit;
1897 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c1224 char unit; local
1246 nr_samples = convert_unit(nr_samples, &unit);
1249 nr_samples, unit, ev_name, nr_events);
1763 char bf[256], unit; local
1780 nr_events = convert_unit(nr_events, &unit);
1782 unit, unit == ' ' ? "" : " ", ev_name);
1790 nr_events = convert_unit(nr_events, &unit);
1792 nr_events, unit, unit
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c185 unsigned unit,
267 bld->gallivm, unit);
492 unsigned unit,
513 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit);
525 rho = lp_build_rho(bld, unit, derivs);
573 bld->dynamic_state->lod_bias(bld->dynamic_state, bld->gallivm, unit);
582 bld->dynamic_state->max_lod(bld->dynamic_state, bld->gallivm, unit);
589 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit);
626 unsigned unit,
634 bld->gallivm, unit);
184 lp_build_rho(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs) argument
491 lp_build_lod_selector(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, unsigned mip_filter, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
625 lp_build_nearest_mip_level(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *level_out) argument
653 lp_build_linear_mip_levels(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef lod_ipart, LLVMValueRef *lod_fpart_inout, LLVMValueRef *level0_out, LLVMValueRef *level1_out) argument
[all...]
H A Dlp_bld_sample_aos.c1530 unsigned unit,
1529 lp_build_sample_aos(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef texel_out[4]) argument
H A Dlp_bld_tgsi_soa.c1146 unsigned unit; local
1273 unit = inst->Src[3].Register.Index;
1285 unit = inst->Src[1].Register.Index;
1291 unit, num_coords, coords,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1753 const uint unit = inst->Src[1].Register.Index; local
1780 fetch_texel(mach->Samplers[unit],
1793 fetch_texel(mach->Samplers[unit],
1813 fetch_texel(mach->Samplers[unit],
1827 fetch_texel(mach->Samplers[unit],
1841 fetch_texel(mach->Samplers[unit],
1857 fetch_texel(mach->Samplers[unit],
1869 fetch_texel(mach->Samplers[unit],
1886 fetch_texel(mach->Samplers[unit],
1918 const uint unit local
1999 const uint unit = inst->Src[2].Register.Index; local
2070 const uint unit = inst->Src[1].Register.Index; local
[all...]

Completed in 2309 milliseconds

<<11121314151617