Searched refs:clear (Results 1 - 19 of 19) sorted by relevance

/system/core/libpixelflinger/
H A Dclear.cpp1 /* libs/pixelflinger/clear.cpp
20 #include "clear.h"
38 GGL_INIT_PROC(procs, clear);
42 c->state.clear.dirty = GGL_STENCIL_BUFFER_BIT |
45 c->state.clear.depth = FIXED_ONE;
59 // clear the whole thing in one call
77 case 3: // XXX: 24-bit clear.
118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT) {
119 c->state.clear.dirty &= ~GGL_COLOR_BUFFER_BIT;
123 gglFixedToIteratedColor(c->state.clear
[all...]
H A DAndroid.mk27 clear.cpp \
/system/netd/
H A DTetherController.cpp50 mInterfaces->clear();
52 mDnsForwarders->clear();
273 mDnsForwarders->clear();
281 mDnsForwarders->clear();
300 mDnsForwarders->clear();
H A DPppController.cpp48 mTtys->clear();
131 mTtys->clear();
H A DList.h172 clear();
246 void clear() { function in class:android::netd::List
309 * The simplest way to do this would be to clear out the target list and
H A DBandwidthController.cpp245 sharedQuotaIfaces.clear();
246 quotaIfaces.clear();
247 naughtyAppUids.clear();
/system/core/libpixelflinger/tinyutils/
H A Dsmartpointer.h61 void clear();
156 void sp<T>::clear() function in class:android::sp
H A DKeyedVector.h37 inline void clear() { mVector.clear(); } function in class:android::KeyedVector
H A DVectorImpl.h77 void clear();
H A DSortedVector.h54 inline void clear() { VectorImpl::clear(); } function in class:android::SortedVector
H A DVector.h54 inline void clear() { VectorImpl::clear(); } function in class:android::Vector
H A DVectorImpl.cpp213 void VectorImpl::clear()
/system/extras/tests/sdcard/
H A Dplot_sdcard.py202 gp.clear()
239 gp.clear()
271 gp.clear()
/system/core/include/sysutils/
H A DList.h172 clear();
246 void clear() { function in class:android::sysutils::List
309 * The simplest way to do this would be to clear out the target list and
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp73 mBranchTargets.clear();
74 mLabels.clear();
75 mLabelsInverseMapping.clear();
76 mComments.clear();
H A DMIPSAssembler.cpp1277 mBranchTargets.clear();
1278 mLabels.clear();
1279 mLabelsInverseMapping.clear();
1280 mComments.clear();
/system/core/libsysutils/src/
H A DSocketListener.cpp208 pendingList->clear();
/system/core/include/pixelflinger/
H A Dpixelflinger.h170 // clear bits
294 // clear
295 void (*clear)(void* c, GGLbitfield mask); member in struct:__anon320
/system/core/include/private/pixelflinger/
H A Dggl_context.h516 clear_state_t clear; member in struct:android::state_t

Completed in 849 milliseconds