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

<<41424344454647484950>>

  /external/mesa3d/src/mesa/program/
program.c 224 * \param col returns the column number corresponding to 'pos'.
229 GLint *line, GLint *col)
246 *col = (pos - lineStart) + 1;
    [all...]
  /external/openssh/
serverloop.c 947 u_int col = packet_get_int(); local
954 pty_change_window_size(fdin, row, col, xpixel, ypixel);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 552 int col = Color.HSVToColor(hsv); local
555 colors[0] = col;
  /frameworks/native/opengl/tests/angeles/
demo.c 669 #define M(row,col) m[(col)*4+(row)]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 625 int col = pos - (row * 2); local
627 int xPos = (col * (imageWidth + widthPadding)) - offsetX;
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 95 Pos string // position of error (if present, file:line:col)
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 95 Pos string // position of error (if present, file:line:col)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 94 for (int col = 0; col < numCols; col++)
98 const int xBegin = (col+0)*dst.getWidth()/numCols;
99 const int xEnd = (col+1)*dst.getWidth()/numCols;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 380 GLubyte col[4]; local
446 _mesa_unclamped_float_rgba_to_ubyte(col, ctx->Fog.Color );
447 i = radeonPackColor( 4, col[0], col[1], col[2], 0 );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 319 GLubyte col[4]; local
383 _mesa_unclamped_float_rgba_to_ubyte(col, ctx->Fog.Color );
386 radeonPackColor( 4, col[0], col[1], col[2], 0 );
    [all...]
  /external/webp/src/dsp/
dec_neon.c     [all...]
  /external/toolchain-utils/cros_utils/
stats.py 463 Returns: a 2D frequency table (col [0:n-1]=scores, col n=frequencies)
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/opencv/cxcore/include/
cxcore.h 217 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col )
219 return cvGetCols( arr, submat, col, col + 1 );
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Program.cpp 972 varying->col = 0;
1006 varying->col = 2;
1060 varying->col = column;
    [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 395 static void print_col(ipp_t *col) {
400 for (attr = ippFirstAttribute(col); attr; attr = ippNextAttribute(col)) {
    [all...]
  /system/bt/stack/smp/
smp_keys.cc 92 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++) {
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java 781 for (int col = maxRegion.left; col < maxRegion.right; col += 2) {
782 int startOffset = row * rowSize + col * bytePerPixel;
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]
  /device/asus/fugu/
device.mk 121 device/asus/fugu/bootanimation-580-256col.zip:system/media/bootanimation.zip
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 318 /** For ANTLRWorks, we want to be able to map a line:col to a specific
1241 int col = decisionAST.getCharPositionInLine(); local
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 190 const tcu::RGBA col = result.getPixel(x, y); local
192 if (col.getGreen() == 255)
328 const tcu::RGBA col = resultImage.getPixel(x, y); local
329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec());
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 66 res.segment(s,r) += (alpha * cjRhs.coeff(i)) * cjLhs.col(i).segment(s,r);

Completed in 1416 milliseconds

<<41424344454647484950>>