/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
native_helper.c | 173 struct pipe_resource *pres) 175 pipe_resource_reference(&rsurf->resources[which], pres); 198 struct pipe_resource *pres = NULL; local 199 pipe_resource_reference(&pres, rsurf->resources[which]); 200 return pres; 242 struct pipe_resource *pres = rsurf->resources[which]; local 244 if (!pres) 248 pres, 0, 0, winsys_drawable_handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 64 struct pipe_resource *pres; local 69 pres = xstfb->display_resource; 71 if (!pres || pres != ptex) { 73 pres = xstfb->display_resource; 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
|
/external/eigen/Eigen/src/Core/products/ |
CoeffBasedProduct.h | 281 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) 283 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres); 284 pres = padd(pres, pmul( lhs.template packet<Aligned>(row, UnrollingIndex) , rhs.template packet<Aligned>(UnrollingIndex, col) )); 292 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) 294 pres = pmul(lhs.template packet<Aligned>(row, 0) , rhs.template packet<Aligned>(0, col)); 306 Packet pres; local 307 product_coeff_vectorized_unroller<UnrollingIndex+1-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres); 309 res = predux(pres);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_helper.c | 173 struct pipe_resource *pres) 175 pipe_resource_reference(&rsurf->resources[which], pres); 198 struct pipe_resource *pres = NULL; local 199 pipe_resource_reference(&pres, rsurf->resources[which]); 200 return pres; 242 struct pipe_resource *pres = rsurf->resources[which]; local 244 if (!pres) 248 pres, 0, 0, winsys_drawable_handle);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 64 struct pipe_resource *pres; local 69 pres = xstfb->display_resource; 71 if (!pres || pres != ptex) { 73 pres = xstfb->display_resource; 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 497 int16 res[256], *pres; // residue local 502 pres = res; 517 pres[0] = m0 + m1; 518 pres[2] = m0 - m1; 519 pres[1] = m2 + m3; 520 pres[3] = m3 - m2; 523 pres += 4; 533 pres = res + (j << 6); 537 m0 = pres[0]; 538 m3 = pres[3<<4] 1292 int16 res[16], *pres; local 1729 int16 res[128], *pres; \/\/ residue local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |