/external/skia/include/utils/ |
SkWGL.h | 16 * have a GL context to get the proc addresses, but you want to use the procs to
|
/system/core/libpixelflinger/ |
trap.cpp | 122 c->procs.pointx = pointx_validate; 123 c->procs.linex = linex_validate; 124 c->procs.recti = recti_validate; 125 c->procs.trianglex = trianglex_validate; 142 c->procs.pointx = aa_nice_pointx; 144 c->procs.pointx = aa_pointx; 147 c->procs.pointx = pointx; 149 c->procs.pointx(con, v, rad); 341 c->procs.linex = aa_linex; 343 c->procs.linex = linex [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 271 static void hook_invalidate(const struct hwc_procs* procs); 272 static void hook_vsync(const struct hwc_procs* procs, int disp, 274 static void hook_hotplug(const struct hwc_procs* procs, int disp,
|
/bionic/libc/kernel/common/linux/sunrpc/ |
clnt.h | 99 struct rpc_procinfo * procs; member in struct:rpc_version
|
/external/oprofile/daemon/liblegacy/ |
opd_proc.h | 122 * it into the procs hash table.
|
init.c | 283 * opd_alarm - clean up old procs, msync, and report stats
|
/external/oprofile/module/x86/ |
cpu_type.c | 94 /* Get APIC_ID from all logial procs and self */
|
/external/skia/src/core/ |
SkBitmapProcState.h | 44 // If a shader proc is present, then the corresponding matrix/sample procs
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 118 /* initialize the procs */
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 940 HashMap<String, ProcessItem> procs = mServiceProcessesByName.get(si.uid); local 1062 HashMap<String, ProcessItem> procs = mServiceProcessesByName.valueAt(i); local [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 291 void (*invalidate)(const struct hwc_procs* procs); 313 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); 335 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); 468 * opened with non-NULL procs. It is FORBIDDEN to call any of the callbacks 473 hwc_procs_t const* procs);
|
hwcomposer_v0.h | 233 hwc_procs_t const* procs);
|
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 117 const hwc_procs_t *procs; member in struct:exynos5_hwc_composer_device_1_t [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 125 hwc_procs_t *procs; member in struct:omap4_hwc_device [all...] |
/external/skia/include/core/ |
SkColorFilter.h | 106 /** Create a colorfilter that calls through to the specified procs to
|
/external/skia/tests/ |
BlurTest.cpp | 39 //Path Draw Procs
|
/hardware/samsung_slsi/exynos5/gralloc/ |
framebuffer.cpp | 209 /* initialize the procs */
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 743 * Keep track of the number of hidden procs, to balance oom adj 744 * distribution between those and empty procs. 757 * N procs were started. 1651 ArrayList<IBinder> procs = new ArrayList<IBinder>(); local 1913 SparseArray<ProcessRecord> procs = mProcessNames.getMap().get( local 3525 ArrayList<ProcessRecord> procs = new ArrayList<ProcessRecord>(); local 3754 ArrayList<ProcessRecord> procs = new ArrayList<ProcessRecord>(); local 4398 ArrayList<ProcessRecord> procs = local 5872 ArrayList<ProcessRecord> procs = new ArrayList<ProcessRecord>(); local 10181 ArrayList<ProcessRecord> procs; local 10213 ArrayList<ProcessRecord> procs = collectProcesses(pw, 0, args); local 10248 ArrayList<ProcessRecord> procs = collectProcesses(pw, 0, args); local 10389 ArrayList<ProcessRecord> procs = collectProcesses(pw, opti, args); local 14039 SparseArray<ProcessRecord> procs = all.get(process); local [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 593 gl->rasterizer.procs.colorBuffer(gl, &buffer); 595 gl->rasterizer.procs.depthBuffer(gl, &depth); 608 gl->rasterizer.procs.readBuffer(gl, &buffer); 685 gl->rasterizer.procs.colorBuffer(gl, &buffer); 687 gl->rasterizer.procs.depthBuffer(gl, &depth); 699 gl->rasterizer.procs.readBuffer(gl, &buffer); 761 gl->rasterizer.procs.colorBuffer(gl, &pbuffer); 763 gl->rasterizer.procs.depthBuffer(gl, &depth); 768 gl->rasterizer.procs.readBuffer(gl, &pbuffer); [all...] |
light.cpp | 104 c->rasterizer.procs.shadeModel(c, GL_SMOOTH); 872 c->rasterizer.procs.fogColor3xv(c, paramsx); 882 c->rasterizer.procs.fogColor3xv(c, params);
|
/external/strace/ |
resource.c | 408 tprintf("totalswap=%lu, freeswap=%lu, procs=%hu}", 409 si.totalswap, si.freeswap, si.procs);
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 297 /* initialize the procs */
|
/system/core/toolbox/ |
vmstat.c | 216 printf("%-5s %-27s %-14s %-17s\n", "procs", "memory", "system", "cpu");
|
/external/kernel-headers/original/linux/ |
kernel.h | 331 unsigned short procs; /* Number of current processes */ member in struct:sysinfo
|
/external/libffi/testsuite/lib/ |
libffi-dg.exp | 268 if { [info procs saved-dg-test] == [list] } {
|