/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_tex_layout.c | 126 mt->total_height = dim * 4; 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, 196 mt->total_height = stack_height * mt->depth0; 208 mt->total_height = 0; 212 0, mt->total_height, 220 mt->total_height += img_height; 248 mt->total_width, mt->total_height, mt->cpp); 332 mt->total_height = dim * 4 + 4; 334 mt->total_height = 4; 351 y = mt->total_height - 4 [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_tex_layout.c | 66 mt->total_height = qpitch * mt->depth0; 94 mt->total_height = 0; 113 0, mt->total_height, 129 mt->total_height += y; 161 mt->total_height += 2; 184 mt->total_width, mt->total_height, mt->cpp);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_layout.c | 177 mt->total_height = 0; 192 mt->total_height = MAX2(mt->total_height, y + img_height);
|
intel_mipmap_tree.h | 249 GLuint total_height; member in struct:intel_mipmap_tree
|
intel_mipmap_tree.c | 203 GLuint total_width, total_height; local 242 if (!mt || !mt->total_width || !mt->total_height) { 248 total_height = mt->total_height; 257 total_height = ALIGN(total_height, 64); 265 total_height, [all...] |
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
SurfaceTextureHelper.java | 236 int total_height = height + uv_height; 237 int size = stride * total_height; 251 eglBase.surfaceHeight() != total_height){ 253 eglBase.createPbufferSurface(stride/4, total_height); 256 eglBase.createPbufferSurface(stride/4, total_height); 291 GLES20.glReadPixels(0, 0, stride/4, total_height, GLES20.GL_RGBA,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource_texture.c | 592 unsigned total_height = tex->total_nblocksy * 4; local 602 y = total_height - 4; 627 y = total_height - 4; 633 y = total_height - 4;
|