HomeSort by relevance Sort by last modified time
    Searched defs:total_width (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 109 const float total_width = 500.f; local
110 float gap_x = total_width / (teapot_x_ - 1);
111 float gap_y = total_width / (teapot_y_ - 1);
112 float gap_z = total_width / (teapot_z_ - 1);
113 float offset_x = -total_width / 2.f;
114 float offset_y = -total_width / 2.f;
115 float offset_z = -total_width / 2.f;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 248 GLuint total_width; 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) {
247 total_width = mt->total_width;
256 total_width = ALIGN(total_width, 64);
264 total_width,
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 2937 int total_width, new_rows, cn; local
3108 int total_width, new_width; local
    [all...]

Completed in 750 milliseconds