/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); 179 struct gl_viewport_attrib *vp = &ctx->Viewport; 217 context_dirty(ctx, VIEWPORT);
|
nv20_state_fb.c | 128 /* Recompute the viewport/scissor state. */ 129 context_dirty(ctx, VIEWPORT);
|
nouveau_state.c | 112 context_dirty(ctx, VIEWPORT); 435 context_dirty(ctx, VIEWPORT); 551 ctx->Driver.Viewport = nouveau_viewport;
|
/frameworks/native/opengl/libagl/ |
matrix.cpp | 75 c->transforms.dirty = transform_state_t::VIEWPORT | 132 // Validate the viewport transformation 133 if (dirty & transform_state_t::VIEWPORT) { 515 // premultiply it with the viewport transformation. In addition to 643 c->viewport.surfaceport.x = x; 644 c->viewport.surfaceport.y = y; 647 c->viewport.x, 648 c->viewport.y, 649 c->viewport.w, 650 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/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
WebGLRenderingContext.java | 182 public static final int VIEWPORT = 0x0BA2;
1187 public final native void viewport (int x, int y, int width, int height) \/*-{ method in class:WebGLRenderingContext [all...] |
/external/opencv3/modules/core/src/ |
gl_core_3_1.hpp | 297 VIEWPORT = 0x0BA2, [all...] |