HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 951 - 975 of 1398) sorted by null

<<31323334353637383940>>

  /external/swiftshader/src/Shader/
VertexRoutine.cpp 702 UInt col = *Pointer<UInt>(data + OFFSET(DrawData, vs.col[i]));
710 UInt rOffsetX = r * col * sizeof(float);
713 For(UInt c = 0, c < col, c++)
SamplerCore.cpp 288 const Vector4s col(c);
289 applySwizzle(state.swizzleR, c.x, col);
290 applySwizzle(state.swizzleG, c.y, col);
291 applySwizzle(state.swizzleB, c.z, col);
292 applySwizzle(state.swizzleA, c.w, col);
544 const Vector4f col(c);
545 applySwizzle(state.swizzleR, c.x, col);
546 applySwizzle(state.swizzleG, c.y, col);
547 applySwizzle(state.swizzleB, c.z, col);
548 applySwizzle(state.swizzleA, c.w, col);
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 275 int row = 0, col = 0; field in class:OldCharset_AbstractTest.CodesGenerator
  /external/libvncserver/rfb/
rfb.h     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 514 fp_col = (this_mv->col + 3 + (this_mv->col >= 0)) >> 3;
515 max_mv = VPXMAX(max_mv, VPXMAX(abs(this_mv->row), abs(this_mv->col)) >> 3);
vp9_rdopt.c     [all...]
  /external/libxml2/
testlimits.c 438 unsigned int n, col; /* GCC warns if signed, because compared with sizeof() */ local
456 col = input->cur - cur;
473 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
    [all...]
parserInternals.c 454 ctxt->input->line++; ctxt->input->col = 1;
456 ctxt->input->col++;
536 ctxt->input->line++; ctxt->input->col = 1;
538 ctxt->input->col++;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1480 const GLint col = IFLOOR(texcoords[i][0] * width) & colMask; local
2694 GLint row, col; local
3573 GLint col, row, slice; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 468 for (int col = 0; col < width; col++) {
  /frameworks/support/design/tests/src/android/support/design/widget/
BottomSheetBehaviorTest.java 470 // Then it becomes visible when the CoL is touched
484 // Drag over the CoL
662 CoordinatorLayout col = getCoordinatorLayout();
664 is(Math.min(col.getWidth() * 9 / 16,
665 col.getHeight() - getBehavior().getPeekHeightMin())));
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 348 # If string is too long, insert a new line with 'col' spaces instead
349 def pad(col):
351 Create a function that given a string will pad it to the specified column col.
355 col: an integer specifying the column number
368 wut = int(col)
372 return what + "\n".ljust(col)
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 332 def expectToken(self, id, line, col):
338 if self._token.location.column != col:
340 self._token.colno, col))
343 for id, line, col in tokens:
344 self.expectToken(id, line, col)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 748 for col in range(0, numCols):
750 scalars.append(scalar if col == row else 0.0)
769 for col in range(0, min(self.numCols, numCols)):
771 res.set(col, row, self.get(col, row))
  /external/deqp/modules/gles31/scripts/
genutil.py 750 for col in range(0, numCols):
752 scalars.append(scalar if col == row else 0.0)
771 for col in range(0, min(self.numCols, numCols)):
773 res.set(col, row, self.get(col, row))
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 1167 int32_t col = 0; \/\/ column local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 1234 GLint row, col; local
    [all...]
  /external/openssh/
session.c     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 648 unsigned col; member in struct:__anon15920
656 return (int)lhs->col - (int)rhs->col;
877 lineCols[I].col = column;
884 printf("@%d:%d", lineCols[I].line, lineCols[I].col);
1797 unsigned line = 1, col = 1; local
    [all...]
  /external/boringssl/src/ssl/
t1_lib.c 391 const char *col; local
395 col = strchr(ptr, ':');
399 col ? (size_t)(col - ptr) : strlen(ptr))) {
413 if (col) {
414 ptr = col + 1;
416 } while (col);
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 33 // CREATE|<tablename>|<col>=<type>,<col>=<type>,...
35 // INSERT|<tablename>|col=val,col2=val2,col3=?
441 // parts are table|col=type,col2=type2
460 // parts are table|col=?,col2=val
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 33 // CREATE|<tablename>|<col>=<type>,<col>=<type>,...
35 // INSERT|<tablename>|col=val,col2=val2,col3=?
441 // parts are table|col=type,col2=type2
460 // parts are table|col=?,col2=val
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2319 unsigned int row, col; local
    [all...]

Completed in 1154 milliseconds

<<31323334353637383940>>