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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp68 c->transforms.modelview.init(OGLES_MODELVIEW_STACK_DEPTH);
69 c->transforms.projection.init(OGLES_PROJECTION_STACK_DEPTH);
71 c->transforms.texture[i].init(OGLES_TEXTURE_STACK_DEPTH);
73 c->transforms.current = &c->transforms.modelview;
74 c->transforms.matrixMode = GL_MODELVIEW;
75 c->transforms.dirty = transform_state_t::VIEWPORT |
79 c->transforms.mvp.loadIdentity();
80 c->transforms.mvp4.loadIdentity();
81 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;
537 transform_t& mv = c->transforms.modelview.transform;
545 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.cpp961 c->arrays.mvp_transform(&c->transforms.mvp, &v->clip, &v->obj);
971 transform_t const* const mvp = &c->transforms.mvp;
991 // const GLfixed* const& m = c->transforms.mvp.matrix.m;
994 memcpy(&m, c->transforms.mvp.matrix.m, sizeof(m));
1120 if (c->lighting.enable) { // needs normal transforms and eye coords
1124 if (enables & GGL_ENABLE_TMUS) { // needs texture transforms
1142 c->transforms.mvp.pointv[c->arrays.vertex.size - 2];
1145 c->transforms.modelview.transform.pointv[c->arrays.vertex.size - 2];
1201 c->transforms.texture[i].transform.pointv[index];
H A Dcontext.h612 transform_state_t transforms; member in struct:android::gl::ogles_context_t
H A Dtexture.cpp589 GGLfixed n = gglFloatToFixed(c->transforms.vpt.zNear);
590 GGLfixed f = gglFloatToFixed(c->transforms.vpt.zFar);
H A Dprimitives.cpp416 const transform_t& tr = c->transforms.texture[i].transform;
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java66 mTransformData.transforms[index] = value;
71 int numElements = mTransformData.transforms.length;
74 mTransformData.transforms[i] = new Float4(0, 0, 0, 0);
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java39 * A change in parent is handled as well by capturing the transforms from
48 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
110 * change doesn't use an overlay, it affects the transforms of the child. The
132 * change doesn't use an overlay, it affects the transforms of the child. The
154 * changes are tracked, then the transform will adjust to the transforms of the
155 * different parents. If they aren't tracked, only the transforms of the transitioning
167 * changes are tracked, then the transform will adjust to the transforms of the
168 * different parents. If they aren't tracked, only the transforms of the transitioning
190 Transforms transforms = new Transforms(view);
191 transitionValues.values.put(PROPNAME_TRANSFORMS, transforms);
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp245 list<uint32_t> transforms; member in struct:meas
475 measPtr->transforms = supportedTransforms(format->format);
476 testPrintI(" transforms: %s",
477 transformList2str(measPtr->transforms).c_str());
671 // Measures what transforms (i.e. flip horizontal, rotate 180) are

Completed in 1568 milliseconds