HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 126 - 150 of 274) sorted by null

1 2 3 4 56 7 8 91011

  /external/openssl/apps/
openssl.cnf 145 organizationalUnitName = Organizational Unit Name (eg, section)
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 394 Matrix3 m1 = Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z())); \
395 VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \
eigen2_geometry_with_eigen2_prefix.cpp 396 Matrix3 m1 = Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z())); \
397 VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 157 /** for unit[0] only */
162 GLuint EnvMode; /* unit[0] only */
661 save->EnvMode = ctx->Texture.Unit[0].EnvMode;
666 save->TexEnabled[u] = ctx->Texture.Unit[u].Enabled;
667 save->TexGenEnabled[u] = ctx->Texture.Unit[u].TexGenEnabled;
668 if (ctx->Texture.Unit[u].Enabled ||
669 ctx->Texture.Unit[u].TexGenEnabled) {
693 /* save current texture objects for unit[0] only */
696 ctx->Texture.Unit[0].CurrentTex[tgt]);
699 /* set defaults for unit[0] *
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 157 /** for unit[0] only */
162 GLuint EnvMode; /* unit[0] only */
661 save->EnvMode = ctx->Texture.Unit[0].EnvMode;
666 save->TexEnabled[u] = ctx->Texture.Unit[u].Enabled;
667 save->TexGenEnabled[u] = ctx->Texture.Unit[u].TexGenEnabled;
668 if (ctx->Texture.Unit[u].Enabled ||
669 ctx->Texture.Unit[u].TexGenEnabled) {
693 /* save current texture objects for unit[0] only */
696 ctx->Texture.Unit[0].CurrentTex[tgt]);
699 /* set defaults for unit[0] *
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 101 /// the translation unit.
249 ASTUnit *Unit = cxtu::getASTUnit(TU);
250 SourceManager &SM = Unit->getSourceManager();
298 ASTUnit *Unit = cxtu::getASTUnit(TU);
299 SourceManager &SM = Unit->getSourceManager();
303 Unit->findFileRegionDecls(File, Offset, Length, Decls);
323 Unit->findFileRegionDecls(File, Offset, Length, Decls);
369 // is a context that contains the range or we reach the translation unit
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 6 require 'test/unit'
12 class TestPatternLexer < Test::Unit::TestCase
83 class TestPatternParser < Test::Unit::TestCase
158 class TestTreeWizard < Test::Unit::TestCase
test-trees.rb 5 require 'test/unit'
11 class TestTreeNodeStream < Test::Unit::TestCase
313 class TestCommonTreeNodeStream < Test::Unit::TestCase
456 class TestCommonTree < Test::Unit::TestCase
792 class TestTreeContext < Test::Unit::TestCase
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_fragshader.c 365 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
405 /* enabling texturing when unit isn't correctly configured may not be safe */
414 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
452 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
r200_tex.c 302 GLuint unit = ctx->Texture.CurrentUnit; local
303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
318 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
320 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
342 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) {
343 R200_STATECHANGE( rmesa, tex[unit] );
344 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK;
345 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b;
353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
455 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texgen.c 59 GLuint unit);
253 GLuint unit )
256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
257 GLvector4f *out = &store->texcoord[unit];
275 GLuint unit )
278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
279 GLvector4f *out = &store->texcoord[unit];
303 GLuint unit )
306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
307 GLvector4f *out = &store->texcoord[unit];
    [all...]
t_rasterpos.c 255 * \param unit texture unit number
260 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4])
262 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
465 if (ctx->Texture.Unit[u].TexGenEnabled) {
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 34 class Unit(object):
35 """Represents a minimum unit of memory usage categorization.
54 class VMUnit(Unit):
55 """Represents a Unit for a memory region on virtual memory."""
91 """Represents a Unit for a mmap'ed region."""
107 """Represents a Unit for a non-mmap'ed memory region on virtual memory."""
117 class MallocUnit(Unit):
118 """Represents a Unit for a malloc'ed memory block."""
154 def append(self, unit, overwrite=False):
155 if not overwrite and unit.unit_id in self._units
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 365 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
405 /* enabling texturing when unit isn't correctly configured may not be safe */
414 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
452 GLbitfield targetbit = ctx->Texture.Unit[reg]._ReallyEnabled;
r200_tex.c 302 GLuint unit = ctx->Texture.CurrentUnit; local
303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
318 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
320 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
342 if ( (rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] & R200_LOD_BIAS_MASK) != b ) {
343 R200_STATECHANGE( rmesa, tex[unit] );
344 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] &= ~R200_LOD_BIAS_MASK;
345 rmesa->hw.tex[unit].cmd[TEX_PP_TXFORMAT_X] |= b;
353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
455 GLuint unit = ctx->Texture.CurrentUnit; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 59 GLuint unit);
253 GLuint unit )
256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
257 GLvector4f *out = &store->texcoord[unit];
275 GLuint unit )
278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
279 GLvector4f *out = &store->texcoord[unit];
303 GLuint unit )
306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
307 GLvector4f *out = &store->texcoord[unit];
    [all...]
t_rasterpos.c 255 * \param unit texture unit number
260 const GLfloat normal[3], GLuint unit, GLfloat texcoord[4])
262 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
465 if (ctx->Texture.Unit[u].TexGenEnabled) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.c 313 if (!ctx->Texture.Unit[i]._ReallyEnabled)
315 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled;
321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled;
440 ctx->Texture.Unit[u].CurrentTex[tex]);
448 ctx->Texture.Unit[u].CurrentTex[tex]);
630 /* texture unit enables */
635 if (ctx->Texture.Unit[i].Enabled != enabled) {
657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) {
681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local
685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 144 /// \brief Helper used to pair up a symbol and its DWARF compile unit.
162 // Handle to the compile unit used for the inline extension handling,
481 /// \brief Construct the split debug info compile unit for the debug info
485 /// \brief Construct the split debug info compile unit for the debug info
557 void attachRangesOrLowHighPC(DwarfCompileUnit &Unit, DIE &D,
559 void attachLowHighPC(DwarfCompileUnit &Unit, DIE &D, MCSymbol *Begin,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 313 if (!ctx->Texture.Unit[i]._ReallyEnabled)
315 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
  /external/mesa3d/src/mesa/main/
attrib.c 320 attr->Texture[i] = ctx->Texture.Unit[i].Enabled;
321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled;
440 ctx->Texture.Unit[u].CurrentTex[tex]);
448 ctx->Texture.Unit[u].CurrentTex[tex]);
630 /* texture unit enables */
635 if (ctx->Texture.Unit[i].Enabled != enabled) {
657 if (ctx->Texture.Unit[i].TexGenEnabled != genEnabled) {
681 const struct gl_texture_unit *unit = &texstate->Texture.Unit[u]; local
685 _mesa_set_enable(ctx, GL_TEXTURE_1D, !!(unit->Enabled & TEXTURE_1D_BIT))
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 35 Unit unit = UnitWorld; local
38 width, unit, &nativePen);
44 Unit unit = UnitWorld; local
47 width, unit, &nativePen);
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_l10n.cc 395 base::string16 GetLocalizedStringFromUnit(const Unit unit) {
398 switch (unit) {
  /external/chromium_org/third_party/mesa/src/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);

Completed in 3328 milliseconds

1 2 3 4 56 7 8 91011