OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tileWidth
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
88
unsigned
tileWidth
, tileHeight;
90
get_tile_size(format, &
tileWidth
, &tileHeight);
109
unsigned
tileWidth
, tileHeight;
110
get_tile_size(format, &
tileWidth
, &tileHeight);
111
row_align =
tileWidth
* _mesa_get_format_bytes(format) - 1;
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
88
unsigned
tileWidth
, tileHeight;
90
get_tile_size(format, &
tileWidth
, &tileHeight);
109
unsigned
tileWidth
, tileHeight;
110
get_tile_size(format, &
tileWidth
, &tileHeight);
111
row_align =
tileWidth
* _mesa_get_format_bytes(format) - 1;
/external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java
146
final float
tileWidth
= level.getLevelWidth() / mWorld.getWidth();
147
worldX = (tileX *
tileWidth
) + (
tileWidth
/ 2.0f);
TiledVertexGrid.java
40
public TiledVertexGrid(Texture texture, int width, int height, int
tileWidth
, int tileHeight) {
42
mTileWidth =
tileWidth
;
60
final int
tileWidth
= mTileWidth;
62
final int tilesAcross = width /
tileWidth
;
67
final int textureTilesAcross = texture.width /
tileWidth
;
89
final float offsetX = tileX *
tileWidth
;
96
int textureOffsetX = (tileIndex % textureTilesAcross) *
tileWidth
;
99
textureOffsetX > texture.width -
tileWidth
||
107
final float u2 = ((textureOffsetX +
tileWidth
- GL_MAGIC_OFFSET) * texelWidth);
111
final float[] p1 = { offsetX +
tileWidth
, offsetY, 0.0f }
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
[
all
...]
Completed in 203 milliseconds