HomeSort by relevance Sort by last modified time
    Searched full:coordinates (Results 676 - 700 of 1323) sorted by null

<<21222324252627282930>>

  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 440 // Coordinates and lod per triangle.
475 // Coordinates and lod per triangle.
658 // Coordinates per triangle.
717 // Coordinates and lod per triangle.
766 // Coordinates and lod per triangle.
812 // Coordinates and lod per triangle.
    [all...]
glsShaderRenderCase.cpp 186 vector<Vec4> m_coords; //!< Near-unit coordinates, roughly [-2.0 .. 2.0].
187 vector<Vec4> m_unitCoords; //!< Positive-only coordinates [0.0 .. 1.5].
273 // homogeneous normalized screen-space coordinates
  /docs/source.android.com/src/devices/sensors/
sensor-types.jd 519 East-North-Up coordinates frame. It is usually obtained by integration of
529 the East-North-Up coordinates with the phone's coordinates. That is, applying
531 coordinates (x,y,z).</p>
546 coordinates of a unit length vector representing the rotation axis </li>
582 coordinates.</p>
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 550 // Integer coordinates - without wrap mode
600 // Wrapped coordinates
662 // Integer coordinates - without wrap mode
706 // \todo [2013-07-04 pyry] This is strictly not correct as coordinates between levels should be dependent.
719 // Integer coordinates - without wrap mode
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 460 * \param v0 Screen-space coordinates (x, y, z) and 1/w for vertex 0.
461 * \param v1 Screen-space coordinates (x, y, z) and 1/w for vertex 1.
462 * \param v2 Screen-space coordinates (x, y, z) and 1/w for vertex 2.
470 // Positions in fixed-point coordinates.
793 // Floating-point edge values at sample coordinates.
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 283 // Compute texture coordinates.
284 m_testCtx.getLog() << TestLog::Message << "Texture coordinates: " << curCase.minCoord << " -> " << curCase.maxCoord << TestLog::EndMessage;
590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
602 // \todo Log texture coordinates.
847 // Compute texture coordinates.
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java 78 * Heightmap coordinates start from the bottom left of the world and work towards the
88 * (world coordinates)
681 * Quadrants, world coordinates, and heightmap coordinates (Y-up):
    [all...]
  /external/jpeg/
jquant2.c 650 * is specified by the center coordinates of its first cell. The number of
664 /* Compute true coordinates of update box's upper corner and center.
665 * Actually we compute the coordinates of the center of the upper-corner
872 /* Convert cell coordinates to update box ID */
877 /* Compute true coordinates of update box's origin corner.
878 * Actually we compute the coordinates of the center of the corner
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureResult.java     [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 766 * <p>Indicates whether the popup window will be forced into using absolute screen coordinates
769 * @return true if the window will always be positioned in screen coordinates.
779 * This will cause the popup to be positioned in absolute screen coordinates.</p>
781 * @param enabled true if the popup should always be positioned in screen coordinates
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/espresso/action/
MotionEvents.html 816 <span class="sympad"><a href="../../../../../../reference/android/support/test/espresso/action/MotionEvents.html#sendDown(android.support.test.espresso.UiController, float[], float[])">sendDown</a></span>(<a href="../../../../../../reference/android/support/test/espresso/UiController.html">UiController</a> uiController, float[] coordinates, float[] precision)</nobr>
832 <span class="sympad"><a href="../../../../../../reference/android/support/test/espresso/action/MotionEvents.html#sendMovement(android.support.test.espresso.UiController, android.view.MotionEvent, float[])">sendMovement</a></span>(<a href="../../../../../../reference/android/support/test/espresso/UiController.html">UiController</a> uiController, MotionEvent downEvent, float[] coordinates)</nobr>
864 <span class="sympad"><a href="../../../../../../reference/android/support/test/espresso/action/MotionEvents.html#sendUp(android.support.test.espresso.UiController, android.view.MotionEvent, float[])">sendUp</a></span>(<a href="../../../../../../reference/android/support/test/espresso/UiController.html">UiController</a> uiController, MotionEvent downEvent, float[] coordinates)</nobr>
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 697 ent->tic[2] &= ~(1 << 31); /* scaled coordinates, ok with 3d textures ? */
915 /* Draw a large triangle in screen coordinates covering the whole
917 * The vertex is supplied with non-normalized texture coordinates
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 763 ent->tic[2] &= ~(1 << 31); /* scaled coordinates, ok with 3d textures ? */
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 448 // This (1,1) translation is due to WebKit's 1 based coordinates for the noise
725 // Get texture coordinates and normalize
760 // Get (x,y) coordinates with the permutated x
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 346 * Same as lineTo, but the coordinates are considered relative to the last
376 * Same as quadTo, but the coordinates are considered relative to the last
413 * Same as cubicTo, but the coordinates are considered relative to the
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 640 // This function changes the source coordinate to the texture coordinates.
641 // It also clips the source and target coordinates if it is beyond the
648 // Convert to texture coordinates
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 640 // This function changes the source coordinate to the texture coordinates.
641 // It also clips the source and target coordinates if it is beyond the
648 // Convert to texture coordinates
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 638 // This function changes the source coordinate to the texture coordinates.
639 // It also clips the source and target coordinates if it is beyond the
646 // Convert to texture coordinates
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 344 // Recycle all views and re-bind them according to the current set of spacer coordinates.
    [all...]
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java 222 * Compute the X/Y-coordinates for a label or indicator, given the position number and radius
  /developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java 222 * Compute the X/Y-coordinates for a label or indicator, given the position number and radius
  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp 128 /*Normalize homogenous coordinates so that last coordinate is one*/
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 63 * <li>Mapping hover event coordinates to logical items
  /development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java 222 * Compute the X/Y-coordinates for a label or indicator, given the position number and radius
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 327 * Returns the absolute x,y coordinates of the view relative to the top left

Completed in 692 milliseconds

<<21222324252627282930>>