Searched refs:mvp (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java80 * @param mvp a float array containing the mode-view-projection matrix
81 * @param mvpOffset The offset of the mvp data within the mvp array.
96 * @throws IllegalArgumentException if mvp is null, mvpOffset < 0,
97 * mvpOffset > mvp.length - 16, spheres is null, spheresOffset < 0,
102 public static native int frustumCullSpheres(float[] mvp, int mvpOffset, argument
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dufunction.h376 FunctorName (VT T::*mvp, Function pfn) \
378 return (FunctorName##_t<Function,T,VT> (mvp, pfn)); \
399 /// Returned functor passes member variable \p mvp reference of given object to equal\<VT\>.
403 mem_var_equal_to (const VT T::*mvp, const VT& v)
405 return (const_mem_var1_t<binder2nd<equal_to<VT> >,T,VT> (mvp, bind2nd(equal_to<VT>(), v)));
408 /// Returned functor passes member variable \p mvp reference of given object to less\<VT\>.
412 mem_var_less (const VT T::*mvp, const VT& v)
414 return (const_mem_var1_t<binder2nd<less<VT> >,T,VT> (mvp, bind2nd(less<VT>(), v)));
417 /// Returned functor passes member variable \p mvp reference of given object to equal\<VT\>.
421 mem_var_equal_to (const VT T::*mvp)
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp396 FloatArrayHelper mvp(env, mvp_ref, mvpOffset, 16);
400 bool initializedOK = mvp.check() && spheres.check() && results.check();
405 mvp.bind();
409 computeFrustum(mvp.mData, frustum);
/frameworks/base/opengl/libagl/
H A Darray.cpp957 c->arrays.mvp_transform(&c->transforms.mvp, &v->clip, &v->obj);
967 transform_t const* const mvp = &c->transforms.mvp; local
974 c->arrays.mvp_transform(mvp, &v->clip, &v->obj);
987 // const GLfixed* const& m = c->transforms.mvp.matrix.m;
990 memcpy(&m, c->transforms.mvp.matrix.m, sizeof(m));
1138 c->transforms.mvp.pointv[c->arrays.vertex.size - 2];
H A Dmatrix.cpp78 c->transforms.mvp.loadIdentity();
138 // We need to update the mvp (used to transform each vertex)
513 // the mvp matrix doesn't transform W, in this case we can
519 mvp.matrix.load(mvpv);
520 mvp.picker();
522 mvp = mvp4;
/frameworks/base/include/private/opengles/
H A Dgl_context.h489 transform_t mvp __attribute__((aligned(32))); member in struct:android::gl::transform_state_t

Completed in 93 milliseconds