Searched defs:pV (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTShadowVol.h48 PVRTVECTOR3 *pV; /*!< Unique vertices in object space */ member in struct:PVRTShadowVolShadowMesh
H A DPVRTTrans.cpp30 @Input pV
40 const PVRTVECTOR3 * const pV,
47 MinX=pV->x; MaxX=pV->x;
48 MinY=pV->y; MaxY=pV->y;
49 MinZ=pV->z; MaxZ=pV->z;
55 if (pV[i].x < MinX) MinX = pV[
38 PVRTBoundingBoxCompute( PVRTBOUNDINGBOX * const pBoundingBox, const PVRTVECTOR3 * const pV, const int nNumberOfVertices) argument
124 PVRTBoundingBoxComputeInterleaved( PVRTBOUNDINGBOX * const pBoundingBox, const unsigned char * const pV, const int nNumberOfVertices, const int i32Offset, const int i32Stride) argument
306 PVRTTransformVec3Array( PVRTVECTOR4 * const pOut, const int nOutStride, const PVRTVECTOR3 * const pV, const int nInStride, const PVRTMATRIX * const pMatrix, const int nNumberOfVertices) argument
360 PVRTTransformArray( PVRTVECTOR3 * const pTransformedVertex, const PVRTVECTOR3 * const pV, const int nNumberOfVertices, const PVRTMATRIX * const pMatrix, const VERTTYPE fW) argument
420 PVRTTransformBack( PVRTVECTOR4 * const pOut, const PVRTVECTOR4 * const pV, const PVRTMATRIX * const pM) argument
472 PVRTTransform( PVRTVECTOR4 * const pOut, const PVRTVECTOR4 * const pV, const PVRTMATRIX * const pM) argument
[all...]
H A DPVRTBoneBatch.cpp449 const char *pV, *pV2; local
594 pV = &pVtx[ui32SrcIdx * nStride];
596 PVRTVertexRead(&vWeight, &pV[nOffsetWeight], eTypeWeight, nVertexBones);
597 PVRTVertexRead(&vIdx, &pV[nOffsetIdx], eTypeIdx, nVertexBones);
621 pVtxBuf->Append(pV, 1);
679 const char *pV; local
687 pV = &pVtx[pui32Idx[i] * nStride];
690 PVRTVertexRead(&vWeight, &pV[nOffsetWeight], eTypeWeight, nVertexBones);
691 PVRTVertexRead(&vIdx, &pV[nOffsetIdx], eTypeIdx, nVertexBones);
H A DPVRTVertex.cpp56 @Output pV
63 PVRTVECTOR4f * const pV,
69 float *pOut = (float*)pV;
71 pV->x = 0;
72 pV->y = 0;
73 pV->z = 0;
74 pV->w = 1;
222 @Output pV
228 unsigned int * const pV,
239 *pV
62 PVRTVertexRead( PVRTVECTOR4f * const pV, const void * const pData, const EPVRTDataType eType, const int nCnt) argument
227 PVRTVertexRead( unsigned int * const pV, const void * const pData, const EPVRTDataType eType) argument
256 PVRTVertexWrite( void * const pOut, const EPVRTDataType eType, const int nCnt, const PVRTVECTOR4f * const pV) argument
[all...]
H A DPVRTShadowVol.cpp91 @Input pV The vertex to compare/add
99 static unsigned short FindOrCreateVertex(PVRTShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 * const pV) { argument
106 if(memcmp(&psMesh->pV[wCurr], pV, sizeof(*pV)) == 0) {
115 psMesh->pV[psMesh->nV] = *pV;
273 if(memcmp(&psMesh->pV[psE0->wV0], pv0, sizeof(*pv0)) == 0) psMesh->pT[psMesh->nT].nWinding |= 0x01;
274 if(memcmp(&psMesh->pV[psE1->wV0], pv1, sizeof(*pv1)) == 0) psMesh->pT[psMesh->nT].nWinding |= 0x02;
275 if(memcmp(&psMesh->pV[psE
[all...]
/external/valgrind/coregrind/
H A Dm_seqmatch.c170 static Bool charIsStar ( const void* pV ) { return *(const HChar*)pV == '*'; }
171 static Bool charIsQuery ( const void* pV ) { return *(const HChar*)pV == '?'; }
172 static Bool char_p_EQ_i ( const void* pV, const void* cV, argument
174 HChar p = *(const HChar*)pV;
/external/tensorflow/tensorflow/examples/android/jni/
H A Dyuv2rgb.cc74 const uint8_t* pV = vData + uv_row_start; local
78 *out++ = YUV2RGB(pY[x], pU[uv_offset], pV[uv_offset]);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp209 CPDF_Object* pV = FPDF_GetFieldAttr(m_pDict.Get(), "V"); local
211 if (pV)
212 csValue = pV->GetUnicodeText();
747 CPDF_Object* pV = FPDF_GetFieldAttr(m_pDict.Get(), "V"); local
748 if (pV)
749 csV = pV->GetString();
H A Dcpdf_interform.cpp1171 CPDF_Object* pV = FPDF_GetFieldAttr(pField->GetDict(), "V"); local
1172 if (pV)
1173 pFieldDict->SetFor("V", pV->CloneDirectObject());
/external/sqlite/dist/orig/
H A Dsqlite3.c45103 unsigned char *pV = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c45103 unsigned char *pV = 0; local
[all...]

Completed in 833 milliseconds