Searched refs:tileX (Results 1 - 19 of 19) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java109 public int getHotSpotByTile(int tileX, int tileY) { argument
113 result = mWorld.getTile(tileX, tileY);
142 public final float getTileCenterWorldPositionX(int tileX) { argument
147 worldX = (tileX * tileWidth) + (tileWidth / 2.0f);
H A DTiledVertexGrid.java74 for (int tileX = 0; tileX < tilesAcross && entirelyEmpty; tileX++) {
75 int tileIndex = mWorld.getTile(startTileX + tileX,
88 for (int tileX = 0; tileX < tilesAcross; tileX++) {
89 final float offsetX = tileX * tileWidth;
91 int tileIndex = mWorld.getTile(startTileX + tileX,
122 grid.set(tileX, tile
[all...]
H A DCollisionSystem.java601 Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY);
648 Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) {
649 mTileSpaceOffset.set(tileX * mTileWidth, tileY * mTileHeight);
600 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
647 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h137 /// @param tileX - x offset in tiles
140 INLINE UINT ComputeTileOffset2D(UINT pitch, UINT tileX, UINT tileY) argument
142 UINT tileID = tileY * (pitch >> TTraits::GetCu()) + tileX;
150 /// @param tileX - x offset in tiles
154 INLINE UINT ComputeTileOffset3D(UINT qpitch, UINT pitch, UINT tileX, UINT tileY, UINT tileZ) argument
156 UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Drasterizer.cpp1160 for (uint32_t tileX = tX; tileX <= maxX; ++tileX)
1271 backendFuncs.pfnBackend(pDC, workerId, tileX << KNOB_TILE_X_DIM_SHIFT, tileY << KNOB_TILE_Y_DIM_SHIFT, triDesc, renderBuffers);
1490 void GetRenderHotTiles(DRAW_CONTEXT *pDC, uint32_t macroID, uint32_t tileX, uint32_t tileY, RenderOutputBuffers &renderBuffers, uint32_t renderTargetArrayIndex) argument
1497 tileX -= KNOB_MACROTILE_X_DIM_IN_TILES * mx;
1502 uint32_t offset = ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_COLOR_HOT_TILE_FORMAT>::bpp> >(pitch, tileX, tileY);
1519 uint32_t offset = ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_DEPTH_HOT_TILE_FORMAT>::bpp> >(pitch, tileX, tileY);
1530 uint32_t offset = ComputeTileOffset2D<TilingTraits<SWR_TILE_SWRZ, FormatTraits<KNOB_STENCIL_HOT_TILE_FORMAT>::bpp> >(pitch, tileX, tileY);
H A Dbackend.cpp172 uint32_t tileX, tileY; local
173 MacroTileMgr::getTileIndices(macroTile, tileX, tileY);
178 KNOB_MACROTILE_X_DIM * int32_t(tileX),
180 KNOB_MACROTILE_X_DIM * int32_t(tileX + 1),
188 clearTile.Translate(-int32_t(tileX) * KNOB_MACROTILE_X_DIM, -int32_t(tileY) * KNOB_MACROTILE_Y_DIM);
/external/skia/src/image/
H A DSkImage.cpp92 sk_sp<SkShader> SkImage::makeShader(SkShader::TileMode tileX, SkShader::TileMode tileY, argument
94 return SkImageShader::Make(sk_ref_sp(const_cast<SkImage*>(this)), tileX, tileY, localMatrix);
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.h202 UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo) const;
H A Degbaddrlib.h191 UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo) const = 0;
H A Dsiaddrlib.cpp2139 UINT_32 tileX, ///< [in] x coordinate in unit of tile
2148 UINT_32 x4 = _BIT(tileX, 1);
2149 UINT_32 x5 = _BIT(tileX, 2);
2138 HwlPreAdjustBank( UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo ) const argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1968 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX); local
1978 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2926 const bool tileX = SkShader::kClamp_TileMode != params.getTileModeX(); local
2928 if (tileX || tileY) {
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1843 milliseconds