Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/libs/rs/
DrsElement.cpp37 for (uint32_t ct = 0; ct < mRSC->mStateElement.mElements.size(); ct++) { in ~Element() local
60 for (size_t ct=0; ct < mFieldCount; ct++) { in getSizeBits() local
69 for (uint32_t ct = 0; ct < componentNumber; ct++) { in getFieldOffsetBits() local
79 for (uint32_t ct = 0; ct < mFieldCount; ct++) { in dumpLOGV() local
91 for (uint32_t ct=0; ct < rsc->mStateElement.mElements.size(); ct++) { in create() local
115 for (uint32_t ct=0; ct < rsc->mStateElement.mElements.size(); ct++) { in create() local
137 for (size_t ct=0; ct < count; ct++) { in create() local
149 for (uint32_t ct=0; ct < indent; ct++) { in getCStructBody() local
155 for (uint32_t ct = 0; ct < mFieldCount; ct++) { in getCStructBody() local
170 for (uint32_t ct=0; ct < indent; ct++) { in getCType() local
[all …]
DrsShaderCache.cpp35 for (uint32_t ct=0; ct < mEntryCount; ct++) { in ~ShaderCache() local
54 for (uint32_t ct=0; ct < mEntryCount; ct++) { in lookup() local
130 for (uint32_t ct=0; ct < vtx->getAttribCount(); ct++) { in lookup() local
137 for (uint32_t ct=0; ct < vtx->getUniformCount(); ct++) { in lookup() local
143 for (uint32_t ct=0; ct < frag->getUniformCount(); ct++) { in lookup() local
Drsg_generator.c26 int ct; in printVarType() local
66 int ct; in printArgList() local
77 int ct; in printStructures() local
115 int ct; in printFuncDecls() local
125 int ct; in printPlaybackFuncs() local
133 int ct; in printApiCpp() local
193 int ct; in printPlaybackCpp() local
DrsScriptC.cpp55 for (int ct=0; ct < MAX_SCRIPT_BANKS; ct++) { in setupScript() local
114 for (uint32_t ct=0; ct < MAX_SCRIPT_BANKS; ct++) { in clear() local
171 for (int ct=0; ct < MAX_SCRIPT_BANKS; ct++) { in runCompiler() local
179 for (int ct=0; ct < MAX_SCRIPT_BANKS; ct++) { in runCompiler() local
198 for (int ct=0; ct < pragmaCount; ct+=2) { in runCompiler() local
297 for (size_t ct=0; ct < mInt32Defines.size(); ct++) { in appendVarDefines() local
304 for (size_t ct=0; ct < mFloatDefines.size(); ct++) { in appendVarDefines() local
330 for (size_t ct=0; ct < MAX_SCRIPT_BANKS; ct++) { in appendTypes() local
421 for (int ct=0; ct < MAX_SCRIPT_BANKS; ct++) { in rsi_ScriptCCreate() local
DrsProgramVertex.cpp87 for (uint32_t ct = 0; ct < mLightCount; ct++) { in setupGL() local
92 for (uint32_t ct = mLightCount; ct < MAX_LIGHTS; ct++) { in setupGL() local
127 for (uint32_t ct=0; ct < mConstantCount; ct++) { in createShader() local
149 for (uint32_t ct=0; ct < mInputCount; ct++) { in createShader() local
177 for (uint32_t ct=0; ct < mUniformCount; ct++) { in createShader() local
226 for (uint32_t ct=0; ct < mConstantCount; ct++) { in setupGL2() local
268 for (uint32_t ct=0; ct < mConstantCount; ct++) { in setupGL2() local
318 for (uint32_t ct=0; ct < e->getFieldCount(); ct++) { in initAddUserElement() local
336 for (uint32_t ct=0; ct < mInputCount; ct++) { in init() local
342 for (uint32_t ct=0; ct < mConstantCount; ct++) { in init() local
DrsVertexArray.cpp38 for (uint32_t ct=0; ct < RS_MAX_ATTRIBS; ct++) { in clearAll() local
122 for (uint32_t ct=0; ct < mCount; ct++) { in setupGL() local
184 for (uint32_t ct=1; ct <= state->mLastEnableCount; ct++) { in setupGL2() local
189 for (uint32_t ct=0; ct < mCount; ct++) { in setupGL2() local
DrsFileA3D.cpp168 for (uint32_t ct = 0; ct < stringEntryCount; ct++) { in process() local
183 for (uint32_t ct = 0; ct < indexEntryCount; ct++) { in process() local
205 for (uint32_t ct = 0; ct < indexEntryCount; ct++) { in process() local
250 for (uint32_t ct = 0; ct < m->mPrimitivesCount; ct++) { in processChunk_Mesh() local
273 for (uint32_t ct = 0; ct < p->mIndexCount; ct++) { in processChunk_Primitive() local
290 for (uint32_t ct = 0; ct < p->mRestartCounts; ct++) { in processChunk_Primitive() local
317 for (uint32_t ct = 0; ct < cv->mAllocationCount; ct++) { in processChunk_Verticies() local
DrsSimpleMesh.cpp61 for (uint32_t ct=0; ct < mVertexTypeCount; ct++) { in renderRange() local
68 for (uint32_t ct=0; ct < mVertexTypeCount; ct++) { in renderRange() local
90 for (uint32_t ct=0; ct < mVertexTypeCount; ct++) { in uploadAll() local
129 for (uint32_t ct=0; ct < vtxCount; ct++) { in rsi_SimpleMeshCreate() local
DrsProgram.cpp61 for (uint32_t ct=0; ct < paramLength; ct+=2) { in Program() local
83 for (uint32_t ct=0; ct < paramLength; ct+=2) { in Program() local
99 for (uint32_t ct=0; ct < MAX_UNIFORMS; ct++) { in ~Program() local
153 for (uint32_t ct=0; ct < mInputCount; ct++) { in getGLSLInputString() local
DrsType.cpp34 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) { in ~Type() local
143 for (uint32_t ct=0; ct < getElement()->getFieldCount(); ct++) { in makeGLComponents() local
268 for (uint32_t ct=0; ct < RS_MAX_ATTRIBS; ct++) { in enableGLVertexBuffer2() local
368 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) { in rsi_TypeCreate() local
DrsProgramFragment.cpp77 for (uint32_t ct=0; ct < MAX_TEXTURE; ct++) { in setupGL() local
152 for (uint32_t ct=0; ct < MAX_TEXTURE; ct++) { in setupGL2() local
191 for (uint32_t ct=0; ct < mTextureCount; ct++) { in createShader() local
Drsg_ScriptJavaClass.cpp140 for (size_t ct=0; ct < e->fieldCount; ct++) { in rsGenerateElementClass() local
151 for (size_t ct=0; ct < e->fieldCount; ct++) { in rsGenerateElementClass() local
167 for (size_t ct=0; ct < e->fieldCount; ct++) { in rsGenerateElementClass() local
DrsContext.cpp210 for (int ct=0; ct < _RS_TIMER_TOTAL; ct++) { in timerReset() local
241 for (int ct = 0; ct < _RS_TIMER_TOTAL; ct++) { in timerPrint() local
648 for(size_t ct=0; ct < mNames.size(); ct++) { in removeName() local
658 for(size_t ct=0; ct < mNames.size(); ct++) { in lookupName() local
669 for (size_t ct=0; ct < mNames.size(); ct++) { in appendNameDefines() local
697 for (size_t ct = 0; ct < mObjDestroy.mDestroyList.size(); ct++) { in objDestroyOOBRun() local
DrsAllocation.cpp292 for (size_t ct=0; ct < mToDirtyList.size(); ct++) { in removeProgramToDirty() local
321 for (size_t ct=0; ct < mToDirtyList.size(); ct++) { in sendDirty() local
/frameworks/base/media/tests/omxjpegdecoder/
DSkOmxPixelRef.cpp39 void* SkOmxPixelRef::onLockPixels(SkColorTable** ct) { in onLockPixels()
/frameworks/base/libs/rs/java/Fountain/res/raw/
Dfountain.c7 int ct; in main() local
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_reorder.cpp145 int16 ct = src_line; in pvmp3_reorder() local
/frameworks/base/libs/rs/java/Film/res/raw/
Dfilmimage.c13 int ct, ct2; in main() local
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaConnection.java122 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) { in CdmaConnection()
145 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) { in CdmaConnection()
181 CdmaConnection(Context context, CdmaCallWaitingNotification cw, CdmaCallTracker ct, in CdmaConnection()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmConnection.java118 GsmConnection (Context context, DriverCall dc, GsmCallTracker ct, int index) { in GsmConnection()
140 GsmConnection (Context context, String dialString, GsmCallTracker ct, GsmCall parent) { in GsmConnection()
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java280 int ct = headers.getConnectionType(); in headers() local
/frameworks/base/core/java/android/net/http/
DRequestQueue.java163 ConnectionThread ct = mThreads[i]; in getThread() local
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLaunchpadActivity.java160 public static void setCallingTest(CallingTest ct) { in setCallingTest()
/frameworks/base/voip/java/com/android/server/sip/
DSipHelper.java240 ClientTransaction ct = authenticationHelper.handleChallenge( in handleChallenge() local
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp276 for (int ct=0; ct < fieldCount; ct++) { in nElementCreate2() local
282 for (int ct=0; ct < fieldCount; ct++) { in nElementCreate2() local
402 for (int ct=0; ct < fieldCount; ct++) { in nTypeSetupFields() local
674 for (int ct=0; ct < tc->fieldCount; ct++) { in nAllocationSubDataFromObject() local
696 for (int ct=0; ct < tc->fieldCount; ct++) { in nAllocationSubReadFromObject() local

12