OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mipSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c
141
SVGA3dSize
mipSize
= size;
145
cur_size->width =
mipSize
.width;
146
cur_size->height =
mipSize
.height;
147
cur_size->depth =
mipSize
.depth;
148
mipSize
.width = MAX2(
mipSize
.width >> 1, 1);
149
mipSize
.height = MAX2(
mipSize
.height >> 1, 1);
150
mipSize
.depth = MAX2(
mipSize
.depth >> 1, 1)
[
all
...]
/external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c
141
SVGA3dSize
mipSize
= size;
145
cur_size->width =
mipSize
.width;
146
cur_size->height =
mipSize
.height;
147
cur_size->depth =
mipSize
.depth;
148
mipSize
.width = MAX2(
mipSize
.width >> 1, 1);
149
mipSize
.height = MAX2(
mipSize
.height >> 1, 1);
150
mipSize
.depth = MAX2(
mipSize
.depth >> 1, 1)
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp
[
all
...]
Completed in 355 milliseconds