HomeSort by relevance Sort by last modified time
    Searched refs:POSITION (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl 34 float4 position : POSITION;
40 float4 position : SV_POSITION;
48 result.position = input.position;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 29 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
41 const POSITION *const mv_ref = &mv_ref_search[i];
61 const POSITION *const mv_ref = &mv_ref_search[i];
87 const POSITION *mv_ref = &mv_ref_search[i];
  /packages/apps/Browser/src/com/android/browser/
BookmarksLoader.java 46 Bookmarks.POSITION, // 7
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 43 float3 position : POSITION;
48 float3 position : POSITION;
54 result.position = input.position;
66 float3 position : POSITION;
86 result.position = p[i].position;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 43 float3 position : POSITION;
48 float3 position : POSITION;
54 result.position = input.position;
66 float3 position : POSITION;
86 result.position = p[i].position;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 97 POSITION = 315,
205 #define POSITION 315
program_parse.tab.c 181 (Current).position = YYRHSLOC(Rhs, 1).position; \
189 (Current).position = YYRHSLOC(Rhs, 0).position \
282 POSITION = 315,
390 #define POSITION 315
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 133 TM_PROP(208,TMT,POSITION,POSITION)
302 TM_PROP(3401,TMT,OFFSET,POSITION)
303 TM_PROP(3402,TMT,TEXTSHADOWOFFSET,POSITION)
304 TM_PROP(3403,TMT,MINSIZE,POSITION)
305 TM_PROP(3404,TMT,MINSIZE1,POSITION)
306 TM_PROP(3405,TMT,MINSIZE2,POSITION)
307 TM_PROP(3406,TMT,MINSIZE3,POSITION)
308 TM_PROP(3407,TMT,MINSIZE4,POSITION)
309 TM_PROP(3408,TMT,MINSIZE5,POSITION)
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmltok.h 112 typedef struct position { struct
116 } POSITION;
156 POSITION *);
xmltok.c 942 const char *end, POSITION *pos)
    [all...]
xmltok_impl.c     [all...]
  /external/expat/lib/
xmltok.h 112 typedef struct position { struct
116 } POSITION;
156 POSITION *);
xmltok.c 942 const char *end, POSITION *pos)
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /external/chromium_org/v8/src/
assembler.h 243 // Returns the position of bound or linked labels. Cannot be used
250 // and the binding position (via its value) of a label.
252 // pos_ < 0 bound label, pos() returns the jump target position
254 // pos_ > 0 linked label, pos() returns the last reference position
310 // "position" (RelocMode position) and "statement position" (RelocMode
311 // statement_position). The "position" is collected at places in the source
313 // location of a stack frame as close as possible. The "statement position" is
316 // invalid/uninitialized position value
    [all...]
assembler.cc 251 // position: 01
441 // Use signed delta-encoding for position.
444 int pos_type_tag = (rmode == RelocInfo::POSITION) ? kNonstatementPositionTag
585 RelocInfo::POSITION :
616 // so it must be a position.
773 case RelocInfo::POSITION:
774 return "position";
776 return "statement position";
857 case POSITION:
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 45 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
58 const POSITION *const mv_ref = &mv_ref_search[i];
78 const POSITION *const mv_ref = &mv_ref_search[i];
94 const POSITION *mv_ref = &mv_ref_search[i];
  /frameworks/base/core/java/android/provider/
BrowserContract.java 367 * The position of the bookmark in relation to it's siblings that share the same
372 public static final String POSITION = "position";
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 184 Bookmarks.IS_FOLDER + " DESC, position ASC, _id ASC";
187 static final String DEFAULT_BOOKMARKS_SORT_ORDER_SYNC = "position ASC, _id ASC";
263 map.put(Bookmarks.POSITION, Bookmarks.POSITION);
300 OTHER_BOOKMARKS_PROJECTION_MAP.put(Bookmarks.POSITION,
301 Long.toString(Long.MAX_VALUE) + " AS " + Bookmarks.POSITION);
410 Bookmarks.POSITION + " INTEGER NOT NULL," +
539 values.put(Bookmarks.POSITION, 0);
650 values.put(Bookmarks.POSITION, 0);
675 Bookmarks.POSITION + ","
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 104 (Current).position = YYRHSLOC(Rhs, 1).position; \
112 (Current).position = YYRHSLOC(Rhs, 0).position \
181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION
649 yyerror(& @1, state, "position-invariant programs cannot "
650 "write position");
1134 vtxAttribItem: POSITION
1193 fragAttribItem: POSITION
    [all...]
program_lexer.l 136 yylloc->position = 1; \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
295 {dot}position { return POSITION; }
489 yylloc->position++;
  /external/mesa3d/src/mesa/program/
program_parse.y 104 (Current).position = YYRHSLOC(Rhs, 1).position; \
112 (Current).position = YYRHSLOC(Rhs, 0).position \
181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION
649 yyerror(& @1, state, "position-invariant programs cannot "
650 "write position");
1134 vtxAttribItem: POSITION
1193 fragAttribItem: POSITION
    [all...]
program_lexer.l 136 yylloc->position = 1; \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
295 {dot}position { return POSITION; }
489 yylloc->position++;
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 64 BrowserContract.Bookmarks.POSITION, /* needed for order by */
205 public long getItemId(int position) {
206 return position;
216 public RemoteViews getViewAt(int position) {
217 if (!mBookmarks.moveToPosition(position)) {
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 771 // generated code. pos() is the position the label refers to.
774 // to be generated; pos() is the position of the last
782 // same position.
807 // Load the position of the label relative to the generated code object
947 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position
    [all...]

Completed in 529 milliseconds

1 2 34 5