/external/deqp/modules/gles31/functional/ |
es31fVertexAttributeBindingTests.cpp | 249 GRID_SIZE = 20 287 << "Rendering " << (int)GRID_SIZE << "x" << (int)GRID_SIZE << " grid.\n" 352 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6); 365 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6); 449 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6); 455 for (int y = 0; y < GRID_SIZE; ++y [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 193 const size_t *grid_size, const size_t *block_size, 223 if (!grid_size || any_of(is_zero<size_t>(), grid_size, grid_size + dims)) 235 }, block_size, block_size + dims, grid_size)) 251 const std::vector<size_t> &grid_size, 254 std::divides<size_t>(), grid_size.begin(), grid_size.end(), 279 const std::vector<size_t> grid_size = opt_vector(pgrid_size, dims); 287 kernel_op(q, kern, grid_offset, grid_size, block_size)) [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 193 const size_t *grid_size, const size_t *block_size, 223 if (!grid_size || any_of(is_zero<size_t>(), grid_size, grid_size + dims)) 235 }, block_size, block_size + dims, grid_size)) 251 const std::vector<size_t> &grid_size, 254 std::divides<size_t>(), grid_size.begin(), grid_size.end(), 279 const std::vector<size_t> grid_size = opt_vector(pgrid_size, dims); 287 kernel_op(q, kern, grid_offset, grid_size, block_size)) [all...] |
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
screen_capturer_helper.cc | 91 int grid_size = 1 << log_grid_size; local 92 int grid_size_mask = ~(grid_size - 1); 97 int right = UpToMultiple(it.rect().right(), grid_size, grid_size_mask); 99 int bottom = UpToMultiple(it.rect().bottom(), grid_size, grid_size_mask);
|
/external/deqp/modules/gles31/stress/ |
es31sVertexAttributeBindingTests.cpp | 243 GRID_SIZE = 20 281 << "Rendering " << (int)GRID_SIZE << "x" << (int)GRID_SIZE << " grid.\n" 346 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6); 359 gl.glDrawArrays(GL_TRIANGLES, 0, GRID_SIZE*GRID_SIZE*6); 443 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6); 449 for (int y = 0; y < GRID_SIZE; ++y [all...] |
/external/chromium_org/third_party/qcms/src/ |
chain.c | 130 int x_len = transform->grid_size; 141 int x = floor(linear_r * (transform->grid_size-1)); 142 int y = floor(linear_g * (transform->grid_size-1)); 143 int z = floor(linear_b * (transform->grid_size-1)); 144 int x_n = ceil(linear_r * (transform->grid_size-1)); 145 int y_n = ceil(linear_g * (transform->grid_size-1)); 146 int z_n = ceil(linear_b * (transform->grid_size-1)); 147 float x_d = linear_r * (transform->grid_size-1) - x; 148 float y_d = linear_g * (transform->grid_size-1) - y; 149 float z_d = linear_b * (transform->grid_size-1) - z [all...] |
transform.c | 461 int x_len = transform->grid_size; 473 int x = floor(linear_r * (transform->grid_size-1)); 474 int y = floor(linear_g * (transform->grid_size-1)); 475 int z = floor(linear_b * (transform->grid_size-1)); 476 int x_n = ceil(linear_r * (transform->grid_size-1)); 477 int y_n = ceil(linear_g * (transform->grid_size-1)); 478 int z_n = ceil(linear_b * (transform->grid_size-1)); 479 float x_d = linear_r * (transform->grid_size-1) - x; 480 float y_d = linear_g * (transform->grid_size-1) - y; 481 float z_d = linear_b * (transform->grid_size-1) - z; [all...] |
qcmsint.h | 66 uint16_t grid_size; member in struct:_qcms_transform 119 uint16_t grid_size; member in struct:qcms_modular_transform
|
/external/chromium_org/ui/app_list/views/ |
apps_container_view.cc | 105 const gfx::Size grid_size = apps_grid_view_->GetPreferredSize(); local 108 int width = std::max(grid_size.width(), folder_view_size.width()); 109 int height = std::max(grid_size.height(), folder_view_size.height());
|
app_list_folder_view.cc | 115 const gfx::Size grid_size = items_grid_view_->GetPreferredSize(); local 116 int width = std::max(header_size.width(), grid_size.width()); 117 int height = header_size.height() + grid_size.height();
|
/external/chromium_org/chrome/browser/ui/ash/ |
window_positioner_unittest.cc | 146 int AlignToGridRoundDown(int location, int grid_size) { 147 if (grid_size <= 1 || location % grid_size == 0) 149 return location / grid_size * grid_size;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_strings.c | 78 "GRID_SIZE",
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_strings.c | 78 "GRID_SIZE",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridLayoutPainter.java | 18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE; 76 * Paints a regular grid according to the {@link GridLayoutRule#GRID_SIZE} and 92 for (int y = y1; y < y2; y += GRID_SIZE) { 95 for (int x = x1; x < x2; x += GRID_SIZE) {
|
GridDropHandler.java | 25 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE; 131 x1 = ((x1 - MARGIN_SIZE - bounds.x) / GRID_SIZE) * GRID_SIZE 133 y1 = ((y1 - MARGIN_SIZE - bounds.y) / GRID_SIZE) * GRID_SIZE [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.c | 621 uint64_t * grid_size = ret; local 622 grid_size[0] = 65535; 623 grid_size[1] = 65535; 624 grid_size[2] = 1;
|
evergreen_compute.c | 262 int grid_size = 1; local 266 /* Calculate group_size/grid_size */ 272 grid_size *= grid_layout[i];
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
kernel.hpp | 103 const std::vector<size_t> &grid_size,
|
kernel.cpp | 66 const std::vector<size_t> &grid_size, 84 pad_vector<uint>(q, grid_size, 1).data(),
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.c | 621 uint64_t * grid_size = ret; local 622 grid_size[0] = 65535; 623 grid_size[1] = 65535; 624 grid_size[2] = 1;
|
evergreen_compute.c | 262 int grid_size = 1; local 266 /* Calculate group_size/grid_size */ 272 grid_size *= grid_layout[i];
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
kernel.hpp | 103 const std::vector<size_t> &grid_size,
|
kernel.cpp | 66 const std::vector<size_t> &grid_size, 84 pad_vector<uint>(q, grid_size, 1).data(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 73 cols,rows=self.buttonframe.grid_size()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 73 cols,rows=self.buttonframe.grid_size()
|