Searched refs:transforms (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp67 c->transforms.modelview.init(OGLES_MODELVIEW_STACK_DEPTH);
68 c->transforms.projection.init(OGLES_PROJECTION_STACK_DEPTH);
70 c->transforms.texture[i].init(OGLES_TEXTURE_STACK_DEPTH);
72 c->transforms.current = &c->transforms.modelview;
73 c->transforms.matrixMode = GL_MODELVIEW;
74 c->transforms.dirty = transform_state_t::VIEWPORT |
78 c->transforms.mvp.loadIdentity();
79 c->transforms.mvp4.loadIdentity();
80 c->transforms
[all...]
H A Dvertex.cpp70 const GLfixed* const m = c->transforms.vpt.transform.matrix.m;
114 &c->transforms.modelview.transform, &v->eye, &v->obj);
176 transform_t& mvit = c->transforms.mvit4;
H A Dlight.cpp225 c->transforms.mvui.point4(&c->transforms.mvui,
234 c->transforms.mvui.point3(&c->transforms.mvui,
360 c->transforms.mvui.point3(&c->transforms.mvui, &n, &n);
366 if (c->transforms.rescaleNormals)
386 const transform_t& mv = c->transforms.modelview.transform;
536 transform_t& mv = c->transforms.modelview.transform;
544 transform_t& mvui = c->transforms
[all...]
H A Dstate.cpp166 c->transforms.rescaleNormals = enabled ? cap : 0;
463 c->transforms.modelview.top().elements(),
468 c->transforms.projection.top().elements(),
473 c->transforms.texture[c->textures.active].top().elements(),
H A Dmatrix.h52 if (c->transforms.dirty & want)
H A Darray.cpp959 c->arrays.mvp_transform(&c->transforms.mvp, &v->clip, &v->obj);
969 transform_t const* const mvp = &c->transforms.mvp;
989 // const GLfixed* const& m = c->transforms.mvp.matrix.m;
992 memcpy(&m, c->transforms.mvp.matrix.m, sizeof(m));
1118 if (c->lighting.enable) { // needs normal transforms and eye coords
1122 if (enables & GGL_ENABLE_TMUS) { // needs texture transforms
1140 c->transforms.mvp.pointv[c->arrays.vertex.size - 2];
1143 c->transforms.modelview.transform.pointv[c->arrays.vertex.size - 2];
1199 c->transforms.texture[i].transform.pointv[index];
H A Dcontext.h613 transform_state_t transforms; member in struct:android::gl::ogles_context_t
H A Dtexture.cpp578 GGLfixed n = gglFloatToFixed(c->transforms.vpt.zNear);
579 GGLfixed f = gglFloatToFixed(c->transforms.vpt.zFar);
H A Dprimitives.cpp417 const transform_t& tr = c->transforms.texture[i].transform;
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java40 * A change in parent is handled as well by capturing the transforms from
49 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
111 * change doesn't use an overlay, it affects the transforms of the child. The
133 * change doesn't use an overlay, it affects the transforms of the child. The
156 * changes are tracked, then the transform will adjust to the transforms of the
157 * different parents. If they aren't tracked, only the transforms of the transitioning
169 * changes are tracked, then the transform will adjust to the transforms of the
170 * different parents. If they aren't tracked, only the transforms of the transitioning
192 Transforms transforms = new Transforms(view);
193 transitionValues.values.put(PROPNAME_TRANSFORMS, transforms);
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DChangeTransform.java44 * A change in parent is handled as well by capturing the transforms from
51 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
121 * change doesn't use an overlay, it affects the transforms of the child. The
142 * change doesn't use an overlay, it affects the transforms of the child. The
164 * changes are tracked, then the transform will adjust to the transforms of the
165 * different parents. If they aren't tracked, only the transforms of the transitioning
176 * changes are tracked, then the transform will adjust to the transforms of the
177 * different parents. If they aren't tracked, only the transforms of the transitioning
198 Transforms transforms = new Transforms(view);
199 transitionValues.values.put(PROPNAME_TRANSFORMS, transforms);
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp244 list<uint32_t> transforms; member in struct:meas
473 measPtr->transforms = supportedTransforms(format->format);
474 testPrintI(" transforms: %s",
475 transformList2str(measPtr->transforms).c_str());
669 // Measures what transforms (i.e. flip horizontal, rotate 180) are
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java452 * Computes the task transforms at the current stack scroll for all visible tasks. If a valid
457 * @param taskTransforms The set of task view transforms to reuse, this list will be sized to
459 * @param tasks The set of tasks for which to generate transforms
478 // We can reuse the task transforms where possible to reduce object allocation
481 // Update the stack transforms
538 * @param ignoreTaskOverrides If set, the visible task computation will get the transforms for
542 // Get all the task transforms
644 * Relayout the the visible {@link TaskView}s to their current transforms as specified by the
658 // Animate them to their final transforms with the given animation
702 * Returns the current task transforms o
2232 matchTaskListSize(List<Task> tasks, List<TaskViewTransform> transforms) argument
[all...]

Completed in 175 milliseconds