/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 36 intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit) 39 struct gl_texture_object *tObj = intel->ctx.Texture.Unit[unit]._Current; 41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 76 ctx->Texture.Unit[i]._GenFlags)) { 168 if (!ctx->Texture.Unit[i]._ReallyEnabled) { 174 t = ctx->Texture.Unit[i]._Current; 211 + ctx->Texture.Unit[i].LodBias;
|
nv20_state_tex.c | 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) { 47 struct gl_texgen *coord = get_texgen_coord(unit, j); 172 if (!ctx->Texture.Unit[i]._ReallyEnabled) { 180 t = ctx->Texture.Unit[i]._Current; 223 + ctx->Texture.Unit[i].LodBias; 266 if (!ctx->Texture.Unit[i]._ReallyEnabled)
|
/external/oprofile/libpp/ |
op_header.cpp | 191 for (size_t i = 0; i < event->unit->num; ++i) { 192 if (event->unit->um[i].value == um) 193 um_desc = event->unit->um[i].desc; 200 str += " with a unit mask of 0x";
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSDualTileLabel.java | 132 public void setTextSize(int unit, float size) { 133 mFirstLine.setTextSize(unit, size); 134 mSecondLine.setTextSize(unit, size);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
DelayQueue.java | 139 * @param unit This parameter is ignored as the method never blocks 143 public boolean offer(E e, long timeout, TimeUnit unit) { 219 public E poll(long timeout, TimeUnit unit) throws InterruptedException { 220 long nanos = unit.toNanos(timeout);
|
FutureTask.java | 169 public V get(long timeout, TimeUnit unit) 171 if (unit == null) 175 (s = awaitDone(true, unit.toNanos(timeout))) <= COMPLETING)
|
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 148 public static final String ATTR_UNIT = "unit"; 453 String unit = UNIT_BYTES; local 466 unit = vals[2]; 478 if (unit.equals("B")) { 479 unit = UNIT_BYTES; 480 } else if (unit.equals("kB")) { 481 unit = UNIT_KIBIBYTES; 482 } else if (unit.equals("MB")) { 483 unit = UNIT_MEBIBYTES; 484 } else if (unit.equals("GB")) [all...] |
/external/ppp/pppd/ |
eap.c | 81 eap_state eap_states[NUM_PPP]; /* EAP state; one for each unit */ 114 static void eap_init __P((int unit)); 115 static void eap_input __P((int unit, u_char *inp, int inlen)); 116 static void eap_protrej __P((int unit)); 117 static void eap_lowerup __P((int unit)); 118 static void eap_lowerdown __P((int unit)); 200 eap_init(unit) 201 int unit; 203 eap_state *esp = &eap_states[unit]; 206 esp->es_unit = unit; [all...] |
sys-solaris.c | 609 /* Assign a new PPA and get its unit number. */ 624 * IP will assign a unit number which hopefully is the same as ifunit. 657 * Assign ppa according to the unit number returned by ppp device 665 fatal("Can't set ppa for unit %d: %m", ifunit); 681 * Assign ppa according to the unit number returned by ppp device 688 fatal("Can't set ifname for unit %d: %m", ifunit); 2224 int unit, iffd, adrlen; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 349 deleteH: function(dir, unit) { }, 359 findPosH: function(from, amount, unit, visually) { }, 360 findPosV: function(from, amount, unit, goalColumn) { }, 412 moveH: function(dir, unit) { }, 413 moveV: function(dir, unit) { },
|
/external/chromium_org/third_party/fips181/ |
fips181.cc | 50 struct unit struct 56 static struct unit rules[] = 1669 USHORT unit = 0; local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 374 val enable_pretty_stacktrace : unit -> unit 379 val install_fatal_error_handler : (string -> unit) -> unit 382 val reset_fatal_error_handler : unit -> unit 388 val create_context : unit -> llcontext 392 val dispose_context : llcontext -> unit 395 val global_context : unit -> llcontext 415 val dispose_module : llmodule -> unit [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkCamera.cpp | 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { 39 unit->fX = fX * scale; 40 unit->fY = fY * scale; 41 unit->fZ = fZ * scale; 43 unit->fX = unit->fY = unit->fZ = 0;
|
/external/deqp/framework/common/ |
tcuTestLog.cpp | 330 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) 332 if (qpTestLog_writeFloat(m_log, name, description, unit, tag, value) == DE_FALSE) 336 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) 338 if (qpTestLog_writeInteger(m_log, name, description, unit, tag, value) == DE_FALSE) 390 void TestLog::writeValueInfo (const std::string& name, const std::string& description, const std::string& unit, qpSampleValueTag tag) 392 if (qpTestLog_writeValueInfo(m_log, name.c_str(), description.c_str(), unit.empty() ? DE_NULL : unit.c_str(), tag) == DE_FALSE)
|
/external/skia/src/utils/ |
SkCamera.cpp | 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { 39 unit->fX = fX * scale; 40 unit->fY = fY * scale; 41 unit->fZ = fZ * scale; 43 unit->fX = unit->fY = unit->fZ = 0;
|
/external/deqp/framework/qphelper/ |
qpTestLog.c | 520 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text) 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) 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) 622 printf("%s = %f %s\n", description, value, unit ? unit : "") [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 1931 int unit; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 1931 int unit; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 48 /** An invalid texture unit */ 242 TEX_UNIT_NONE, TEX_TARGET_NONE, 0, /* unit, tgt, shadow */ 667 const GLuint unit = c->fp->program.Base.SamplerUnits[inst->TexSrcUnit]; local 674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) { 680 assert(unit < BRW_MAX_TEX_UNIT); 744 unit, 774 if (c->key.tex.yuvtex_mask & (1 << unit)) { 776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit); 801 unit, 862 unit, [all...] |
/external/eigen/blas/ |
ctbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
dtbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
stbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
ztbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
/external/icu/icu4c/source/i18n/ |
compactdecimalformat.cpp | 265 const CDFUnit* unit = getCDFUnitFallback(_unitsByVariant, variant, baseIdx); local 266 appendTo += unit->prefix; 268 appendTo += unit->suffix; 778 CDFUnit* unit = createCDFUnit(variant, log10Value, result, status); local 783 unit->prefix = formatStr.tempSubString(0, firstIdx); 784 fixQuotes(unit->prefix); 786 unit->suffix = formatStr.tempSubString(lastIdx + 1); 787 fixQuotes(unit->suffix); 791 if (onlySpaces(unit->prefix) && onlySpaces(unit->suffix)) [all...] |