HomeSort by relevance Sort by last modified time
    Searched refs:pCount (Results 1 - 21 of 21) sorted by null

  /development/tools/a3dconvert/
SimpleMesh.h 129 for (uint32_t pCount = 0; pCount < mTriangleLists.size(); pCount ++) {
131 uint32_t numIndicies = mTriangleLists[pCount].size();
140 const std::vector<uint32_t> &indexList = mTriangleLists[pCount];
148 indexAlloc->setName(mTriangleListNames[pCount].c_str());
149 mesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, pCount);
  /external/icu4c/test/cintltst/
ucnvseltst.c 77 getEncodings(int32_t start, int32_t step, int32_t count, int32_t *pCount) {
81 *pCount = 0;
97 ++*pCount;
109 getNoEncodings(int32_t *pCount) {
110 *pCount = 0;
116 getOneEncoding(int32_t *pCount) {
117 return getEncodings(1, 0, 1, pCount);
121 getFirstEvenEncodings(int32_t *pCount) {
122 return getEncodings(0, 2, 25, pCount);
126 getMiddleEncodings(int32_t *pCount) {
    [all...]
cucdtst.c     [all...]
  /system/media/wilhelm/src/itf/
IMetadataTraversal.c 46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount)
50 if (NULL == pCount) {
57 *pCount = count;
IMIDIMuteSolo.c 108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount)
112 if (NULL == pCount) {
118 *pCount = trackCount;
  /frameworks/base/libs/rs/
rsMesh.cpp 83 for (uint32_t pCount = 0; pCount < mHal.state.primitivesCount; pCount ++) {
84 Primitive_t * prim = mHal.state.primitives[pCount];
127 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++) {
128 primitives[pCount] = (RsPrimitive)stream->loadU8();
134 indexBuffers[pCount].set(indexAlloc);
144 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++)
    [all...]
  /dalvik/vm/
Exception.h 187 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount);
194 INLINE int* dvmFillInStackTraceRaw(Thread* thread, size_t* pCount) {
195 return (int*) dvmFillInStackTraceInternal(thread, false, pCount);
Exception.cpp 823 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount)
832 if (pCount != NULL)
833 *pCount = 0;
    [all...]
  /external/valgrind/main/include/
pub_tool_wordfm.h 208 Bool VG_(nextIterBag)( WordBag*, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount );
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 484 OMX_U32 *pCount);
  /external/valgrind/main/coregrind/
m_wordfm.c 967 Bool VG_(nextIterBag)( WordBag* bag, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount )
969 return VG_(nextIterFM)( bag->fm, pVal, pCount );
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 834 SLuint32 *pCount
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 120 OMX_U32 *pCount)
134 *pCount = nCount;
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 722 OMX_ERRORTYPE VIDDEC_CircBuf_Count(VIDDEC_COMPONENT_PRIVATE* pComponentPrivate, VIDDEC_CBUFFER_TYPE nTypeIndex, VIDDEC_PORT_INDEX nPortIndex, OMX_U8* pCount)
732 pCount = 0;
742 *pCount = pTempCBuffer->nCount;
    [all...]

Completed in 1262 milliseconds