HomeSort by relevance Sort by last modified time
    Searched refs:viewport (Results 76 - 100 of 453) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp 161 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
200 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
240 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
289 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
329 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
366 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
409 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
446 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
483 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
524 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)
    [all...]
  /external/chromium_org/third_party/skia/bench/
tile_analyze.py 6 """ Analyze per-tile and viewport bench data, and output visualized results.
28 # Maximum number of rows of tiles to track for viewport covering.
39 For the given platform and revision number, find corresponding viewport and
91 non-tile, non-viewport bench files.
130 def GetTileMatrix(layout, tile_size, values, viewport):
132 bench values with tiles outside the given viewport set to 0.
134 layout, tile_size and viewport are given in string of format <w>x<h>, where
135 <w> is viewport width or number of tile columns, and <h> is viewport height or
142 viewport, and matrix is used for visualizing the tiles
    [all...]
  /external/skia/bench/
tile_analyze.py 6 """ Analyze per-tile and viewport bench data, and output visualized results.
28 # Maximum number of rows of tiles to track for viewport covering.
39 For the given platform and revision number, find corresponding viewport and
91 non-tile, non-viewport bench files.
130 def GetTileMatrix(layout, tile_size, values, viewport):
132 bench values with tiles outside the given viewport set to 0.
134 layout, tile_size and viewport are given in string of format <w>x<h>, where
135 <w> is viewport width or number of tile columns, and <h> is viewport height or
142 viewport, and matrix is used for visualizing the tiles
    [all...]
  /external/skia/tools/
PictureRenderingFlags.cpp 76 DEFINE_string(viewport, "", "width height: Set the viewport.");
252 error.printf("--viewport requires a width and a height.\n");
255 SkISize viewport; local
256 viewport.fWidth = atoi(FLAGS_viewport[0]);
257 viewport.fHeight = atoi(FLAGS_viewport[1]);
258 renderer->setViewport(viewport);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 66 struct pipe_viewport_state viewport; member in struct:blit_state
742 /* viewport */
743 ctx->viewport.scale[0] = 0.5f * dst_surface->width;
744 ctx->viewport.scale[1] = 0.5f * dst_surface->height;
745 ctx->viewport.scale[2] = 0.5f;
746 ctx->viewport.scale[3] = 1.0f;
747 ctx->viewport.translate[0] = 0.5f * dst_surface->width;
748 ctx->viewport.translate[1] = 0.5f * dst_surface->height;
749 ctx->viewport.translate[2] = 0.5f;
750 ctx->viewport.translate[3] = 0.0f
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 66 struct pipe_viewport_state viewport; member in struct:blit_state
742 /* viewport */
743 ctx->viewport.scale[0] = 0.5f * dst_surface->width;
744 ctx->viewport.scale[1] = 0.5f * dst_surface->height;
745 ctx->viewport.scale[2] = 0.5f;
746 ctx->viewport.scale[3] = 1.0f;
747 ctx->viewport.translate[0] = 0.5f * dst_surface->width;
748 ctx->viewport.translate[1] = 0.5f * dst_surface->height;
749 ctx->viewport.translate[2] = 0.5f;
750 ctx->viewport.translate[3] = 0.0f
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 298 * Set the draw module's viewport state.
301 const struct pipe_viewport_state *viewport )
304 draw->viewport = *viewport; /* struct copy */
305 draw->identity_viewport = (viewport->scale[0] == 1.0f &&
306 viewport->scale[1] == 1.0f &&
307 viewport->scale[2] == 1.0f &&
308 viewport->scale[3] == 1.0f &&
309 viewport->translate[0] == 0.0f &&
310 viewport->translate[1] == 0.0f &
    [all...]
draw_vs_variant.c 89 const float *scale = vsvg->base.vs->draw->viewport.scale;
90 const float *trans = vsvg->base.vs->draw->viewport.translate;
112 const float *scale = vsvg->base.vs->draw->viewport.scale;
113 const float *trans = vsvg->base.vs->draw->viewport.translate;
168 else if (vsvg->base.key.viewport) {
232 else if (vsvg->base.key.viewport) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_misc.c 161 /* Called when driver state tracker notices changes to the viewport
165 const struct pipe_viewport_state *viewport )
169 svga->curr.viewport = *viewport; /* struct copy */
svga_pipe_clear.c 82 if (memcmp(&rect, &svga->state.hw_clear.viewport, sizeof(rect)) != 0) {
95 memcpy(&rect, &svga->state.hw_clear.viewport, sizeof rect);
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 124 * - Scissoring (this can be done by controlling viewport rectangle)
130 TriangleRasterizer (const tcu::IVec4& viewport, const int numSamples, const RasterizationState& state);
179 SingleSampleLineRasterizer (const tcu::IVec4& viewport);
220 MultiSampleLineRasterizer (const int numSamples, const tcu::IVec4& viewport);
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 295 const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName()) + m_caseNdx);
296 tcu::Surface renderedFrame (viewport.width, viewport.height);
297 tcu::Surface referenceFrame (viewport.width, viewport.height);
324 gl.viewport(viewport.x, viewport.y, viewport.width, viewport.height)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 325 const RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed);
332 if (viewport.width < viewportSize || viewport.height < viewportSize)
349 gl.viewport(viewport.x, viewport.y, viewport.width, viewport.height);
356 tcu::Surface result (viewport.width, viewport.height)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 298 * Set the draw module's viewport state.
301 const struct pipe_viewport_state *viewport )
304 draw->viewport = *viewport; /* struct copy */
305 draw->identity_viewport = (viewport->scale[0] == 1.0f &&
306 viewport->scale[1] == 1.0f &&
307 viewport->scale[2] == 1.0f &&
308 viewport->scale[3] == 1.0f &&
309 viewport->translate[0] == 0.0f &&
310 viewport->translate[1] == 0.0f &
    [all...]
draw_vs_variant.c 89 const float *scale = vsvg->base.vs->draw->viewport.scale;
90 const float *trans = vsvg->base.vs->draw->viewport.translate;
112 const float *scale = vsvg->base.vs->draw->viewport.scale;
113 const float *trans = vsvg->base.vs->draw->viewport.translate;
168 else if (vsvg->base.key.viewport) {
232 else if (vsvg->base.key.viewport) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 161 /* Called when driver state tracker notices changes to the viewport
165 const struct pipe_viewport_state *viewport )
169 svga->curr.viewport = *viewport; /* struct copy */
  /external/deqp/modules/gles2/performance/
es2pStateChangeTests.cpp 170 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
214 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
259 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
313 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
358 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
400 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
448 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
494 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
542 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
584 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)
    [all...]
es2pRedundantStateChangeTests.cpp 161 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
200 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
240 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
289 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
329 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
366 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
409 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
450 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
493 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
530 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.cpp 476 // Set the viewport
477 D3D11_VIEWPORT viewport; local
478 viewport.TopLeftX = 0;
479 viewport.TopLeftY = 0;
480 viewport.Width = size.width;
481 viewport.Height = size.height;
482 viewport.MinDepth = 0.0f;
483 viewport.MaxDepth = 1.0f;
484 deviceContext->RSSetViewports(1, &viewport);
595 // Set the viewport
596 D3D11_VIEWPORT viewport; local
709 D3D11_VIEWPORT viewport; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_init.c 268 p->viewport.scale[0] = p->viewport.translate[0] = (float) w / 2.0;
269 p->viewport.scale[1] = p->viewport.translate[1] = (float) h / 2.0;
270 p->viewport.scale[3] = 1.0f;
271 p->viewport.translate[3] = 0.0f;
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 264 const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName()) ^ deInt32Hash(m_caseNdx));
270 tcu::Surface rendered (viewport.width, viewport.height);
273 if (viewport.width < MIN_VIEWPORT_WIDTH || viewport.height < MIN_VIEWPORT_HEIGHT)
274 throw tcu::NotSupportedError("Too small viewport", "", __FILE__, __LINE__);
293 gl.viewport(viewport.x, viewport.y, viewport.width, viewport.height)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 268 p->viewport.scale[0] = p->viewport.translate[0] = (float) w / 2.0;
269 p->viewport.scale[1] = p->viewport.translate[1] = (float) h / 2.0;
270 p->viewport.scale[3] = 1.0f;
271 p->viewport.translate[3] = 0.0f;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.c 289 struct pipe_viewport_state viewport; local
294 memset(&viewport, 0, sizeof(viewport));
295 viewport.scale[0] = dst->width;
296 viewport.scale[1] = dst->height;
297 viewport.scale[2] = 1;
298 viewport.scale[3] = 1;
313 filter->pipe->set_viewport_state(filter->pipe, &viewport);
vl_median_filter.c 368 struct pipe_viewport_state viewport; local
373 memset(&viewport, 0, sizeof(viewport));
374 viewport.scale[0] = dst->width;
375 viewport.scale[1] = dst->height;
376 viewport.scale[2] = 1;
377 viewport.scale[3] = 1;
392 filter->pipe->set_viewport_state(filter->pipe, &viewport);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.h 40 struct pipe_viewport_state viewport; member in struct:si_state_viewport
79 struct si_state_viewport *viewport; member in struct:si_state::__anon18544

Completed in 561 milliseconds

1 2 34 5 6 7 8 91011>>