OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tileHeight
(Results
1 - 5
of
5
) 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
);
91
tileHeight
--;
93
height = (height +
tileHeight
) & ~
tileHeight
;
109
unsigned tileWidth,
tileHeight
;
110
get_tile_size(format, &tileWidth, &
tileHeight
);
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
88
unsigned tileWidth,
tileHeight
;
90
get_tile_size(format, &tileWidth, &
tileHeight
);
91
tileHeight
--;
93
height = (height +
tileHeight
) & ~
tileHeight
;
109
unsigned tileWidth,
tileHeight
;
110
get_tile_size(format, &tileWidth, &
tileHeight
);
/external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java
40
public TiledVertexGrid(Texture texture, int width, int height, int tileWidth, int
tileHeight
) {
43
mTileHeight =
tileHeight
;
61
final int
tileHeight
= mTileHeight;
63
final int tilesDown = height /
tileHeight
;
68
final int textureTilesDown = texture.height /
tileHeight
;
90
final float offsetY = tileY *
tileHeight
;
97
int textureOffsetY = (tileIndex / textureTilesAcross) *
tileHeight
;
101
textureOffsetY > texture.height -
tileHeight
) {
108
final float v2 = ((textureOffsetY +
tileHeight
- GL_MAGIC_OFFSET) * texelHeight);
112
final float[] p2 = { offsetX, offsetY +
tileHeight
, 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 590 milliseconds