Searched refs:Depth2 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2)))
H A Ds_texfilter.c2022 const GLint depth = img->Depth2; /* without border, power of two */
2055 const GLint depth = img->Depth2;
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2)))
H A Ds_texfilter.c2022 const GLint depth = img->Depth2; /* without border, power of two */
2055 const GLint depth = img->Depth2;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c1114 img->Depth2 = 0;
1172 img->Depth2 = 0;
1174 img->Depth2 = 1;
1182 img->Depth2 = 0;
1184 img->Depth2 = 1;
1203 img->Depth2 = 0;
1205 img->Depth2 = 1;
1212 img->Depth2 = depth; /* no border */
1219 img->Depth2 = depth - 2 * border; /* == 1 << img->DepthLog2; */
1220 img->DepthLog2 = _mesa_logbase2(img->Depth2);
[all...]
H A Dtexobj.c591 depth = baseImage->Depth2;
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2);
H A Dmtypes.h1204 GLuint Depth2; /**< = Depth - 2*Border */ member in struct:gl_texture_image
1207 GLuint DepthLog2; /**< = log2(Depth2) */
/external/mesa3d/src/mesa/main/
H A Dteximage.c1114 img->Depth2 = 0;
1172 img->Depth2 = 0;
1174 img->Depth2 = 1;
1182 img->Depth2 = 0;
1184 img->Depth2 = 1;
1203 img->Depth2 = 0;
1205 img->Depth2 = 1;
1212 img->Depth2 = depth; /* no border */
1219 img->Depth2 = depth - 2 * border; /* == 1 << img->DepthLog2; */
1220 img->DepthLog2 = _mesa_logbase2(img->Depth2);
[all...]
H A Dtexobj.c591 depth = baseImage->Depth2;
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2);
H A Dmtypes.h1204 GLuint Depth2; /**< = Depth - 2*Border */ member in struct:gl_texture_image
1207 GLuint DepthLog2; /**< = log2(Depth2) */
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c339 stImage->base.Depth2,
1222 firstImage->base.Depth2,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c339 stImage->base.Depth2,
1222 firstImage->base.Depth2,

Completed in 2144 milliseconds