HomeSort by relevance Sort by last modified time
    Searched refs:VIEWPORT (Results 1 - 15 of 15) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
SignalDrawable.java 46 private static final float VIEWPORT = 24f;
47 private static final float PAD = 2f / VIEWPORT;
48 private static final float CUT_OUT = 7.9f / VIEWPORT;
50 private static final float DOT_SIZE = 3f / VIEWPORT;
51 private static final float DOT_PADDING = 1f / VIEWPORT;
73 {21.9f / VIEWPORT, 17.0f / VIEWPORT},
74 {-1.1f / VIEWPORT, -1.1f / VIEWPORT},
75 {-1.9f / VIEWPORT, 1.9f / VIEWPORT}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 58 VIEWPORT("Viewport"),
GLState.java 127 IGLProperty viewPort = new GLCompositeProperty(GLStateType.VIEWPORT,
139 viewPort,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_fb.c 153 context_dirty(ctx, VIEWPORT);
218 context_dirty(ctx, VIEWPORT);
nv20_state_fb.c 128 /* Recompute the viewport/scissor state. */
129 context_dirty(ctx, VIEWPORT);
nouveau_state.c 473 context_dirty(ctx, VIEWPORT);
  /frameworks/native/opengl/libagl/
matrix.cpp 74 c->transforms.dirty = transform_state_t::VIEWPORT |
131 // Validate the viewport transformation
132 if (dirty & transform_state_t::VIEWPORT) {
514 // premultiply it with the viewport transformation. In addition to
632 c->viewport.surfaceport.x = x;
633 c->viewport.surfaceport.y = y;
636 c->viewport.x,
637 c->viewport.y,
638 c->viewport.w,
639 c->viewport.h)
    [all...]
context.h 489 VIEWPORT = 0x04,
502 // viewport transformation
623 viewport_t viewport; member in struct:android::gl::ogles_context_t
array.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.hpp 28 * \brief Declares test classes for "Viewport Array" functionality.
287 * * ViewportArrayv, Viewport, ViewportIndexedf and ViewportIndexedfv generate
300 * * GetFloati_v generates INVALID_VALUE when <target> is VIEWPORT and <index>
337 * * Initial dimensions of VIEWPORT returned by GetFloati_v match dimensions of
375 * Verify that VIEWPORT can be set and queried.
377 * - get initial dimensions of VIEWPORT for all MAX_VIEWPORTS indices;
380 * - get VIEWPORT for all MAX_VIEWPORTS indices and verify results;
383 * * get VIEWPORT for all MAX_VIEWPORTS indices and verify results;
385 * * get VIEWPORT for all MAX_VIEWPORTS indices and verify results;
388 * * get VIEWPORT for all MAX_VIEWPORTS indices and verify results
    [all...]
glcViewportArrayTests.cpp 26 * \brief Implements conformance tests for "Viewport Array" functionality.
202 gl.viewport(0 /* x */, 0 /* y */, width, height);
203 GLU_EXPECT_NO_ERROR(gl.getError(), "Viewport");
1141 * * ViewportArrayv, Viewport, ViewportIndexedf and ViewportIndexedfv generate
1145 gl.viewport(0, 0, -1, 1);
1146 checkGLError(GL_INVALID_VALUE, "viewport, negative width", test_result);
1148 gl.viewport(0, 0, 1, -1);
1149 checkGLError(GL_INVALID_VALUE, "viewport, negative height", test_result);
4656 GLint viewport = 0; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 593 milliseconds