/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTriStrip.cpp | 699 unsigned int i, j, nIdx, nStrip; in Output() local 708 nIdx = 0; in Output() 720 pui32Strips[nIdx++] = pTri->pIdx[0]; in Output() 721 pui32Strips[nIdx++] = pTri->pIdx[1]; in Output() 722 pui32Strips[nIdx++] = pTri->pIdx[2]; in Output() 730 pui32Strips[nIdx++] = pTri->pIdx[2]; in Output() 731 pui32Strips[nIdx++] = pTri->pIdx[0]; in Output() 735 pui32Strips[nIdx++] = pTri->pIdx[0]; in Output() 736 pui32Strips[nIdx++] = pTri->pIdx[1]; in Output() 741 pui32Strips[nIdx++] = pTri->pIdx[1]; in Output() [all …]
|
D | PVRTModelPOD.h | 193 …PVRTint32 nIdx; /*!< Index into mesh, light or camera array, depending on which object list c… member 602 const unsigned int nIdx) const; 618 const unsigned int nIdx) const; 631 const unsigned int nIdx) const;
|
D | PVRTModelPOD.cpp | 1081 if(!WriteData32(pFile, ePODFileNodeIdx, &s.pNode[i].nIdx)) return false; in WritePOD() 1556 case ePODFileNodeIdx: if(!src.Read32(s.nIdx)) return false; break; in ReadNode() 2583 unsigned int nIdx; local 2592 nIdx = (unsigned int)(&node - pNode); 2597 mOut = m_pImpl->pWmZeroCache[nIdx]; 2605 if(m_pImpl->fFrame == m_pImpl->pfCache[nIdx]) 2607 mOut = m_pImpl->pWmCache[nIdx]; 2617 m_pImpl->pfCache[nIdx] = m_pImpl->fFrame; 2618 m_pImpl->pWmCache[nIdx] = mOut; 2705 const unsigned int nIdx) const [all …]
|
D | PVRTBoneBatch.cpp | 347 char *at(const int nIdx) in at() argument 349 return &m_p[nIdx * m_nSize]; in at()
|
D | PVRTPFXParser.cpp | 485 nIdx = rhs.nIdx; in Copy() 2275 semantic.nIdx = 0; in ParseSemantic() 2325 semantic.nIdx = 0; in ParseSemantic() 2329 semantic.nIdx = atoi(&str[idx]); in ParseSemantic() 2603 if(strcmp(Sem.pszValue, "TEXTURE") == 0 && Sem.nIdx == uiTexUnit) in ParseEffect()
|
D | PVRTPFXParser.h | 199 …unsigned int nIdx; /*!< Index; for example two semantics might be LIGHTPOSITION0 and LIGHTP… member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | pr32403.ll | 46 %nIdx.052.i = phi i32 [ %inc.i, %if.then13 ], [ %nIdx.1.i, %for.inc24.i ] 53 %nIdx.1.i = phi i32 [ undef, %if.then17.i ], [ %nIdx.052.i, %for.body8.i ]
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTPFXParserAPI.cpp | 541 aUniforms[uiIdx].nIdx = aParams[j].nIdx; in GetSemantics() 698 void CPVRTPFXEffect::SetTexture(const unsigned int nIdx, const GLuint ui, const unsigned int u32fla… in SetTexture() argument 700 if(nIdx < (unsigned int) m_Textures.GetSize()) in SetTexture() 709 const CPVRTStringHash& TexName = m_pParser->GetEffect(m_nEffect).Textures[nIdx].Name; in SetTexture() 809 m_Textures[nIdx].ui = ui; in SetTexture() 810 m_Textures[nIdx].flags = u32flags; in SetTexture() 816 m_Textures[nIdx].unit = m_pParser->GetEffect(m_nEffect).Textures[uiIndex].nNumber; in SetTexture()
|
D | PVRTPFXParserAPI.h | 48 …unsigned int nIdx; /*!< Index; for example two semantics might be LIGHTPOSITION0 and LIGHTPOSITI… member 153 void SetTexture(const unsigned int nIdx, const GLuint ui, const unsigned int u32flags=0);
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 689 SPODMesh& Mesh = m_Scene.pMesh[Node.nIdx]; in RenderScene() 692 glBindBuffer(GL_ARRAY_BUFFER, m_puiVbo[Node.nIdx]); in RenderScene() 695 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, m_puiIndexVbo[Node.nIdx]); in RenderScene() 775 SPODMesh& Mesh = m_Scene.pMesh[Node.nIdx]; in DrawSkinnedMesh() 778 glBindBuffer(GL_ARRAY_BUFFER, m_puiVbo[Node.nIdx]); in DrawSkinnedMesh() 780 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, m_puiIndexVbo[Node.nIdx]); in DrawSkinnedMesh()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | OGLES2DisplacementMap.cpp | 431 int i32CamID = m_Scene.pNode[m_Scene.nNumMeshNode + m_Scene.nNumLight + g_ui32Camera].nIdx; in InitView() 618 int i32MeshIndex = m_Scene.pNode[i32NodeIndex].nIdx; in DrawMesh()
|
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 2408 int nIdx = -1; in getItemAt() local 2410 nIdx = pRuntime->ToInt32(params[0]); in getItemAt() 2423 if (nIdx == -1 || nIdx > pFormField->CountOptions()) in getItemAt() 2424 nIdx = pFormField->CountOptions() - 1; in getItemAt() 2426 WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt() 2429 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).c_str())); in getItemAt() 2434 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).c_str())); in getItemAt()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | OGLES3ColourGrading.cpp | 826 int i32MeshIndex = m_Mask.pNode[i32NodeIndex].nIdx; in DrawMesh()
|
/external/sqlite/dist/orig/ |
D | shell.c | 7069 int nIdx = 0; in idxFindIndexes() local 7070 while( zIdx[nIdx]!='\0' && (zIdx[nIdx]!=' ' || zIdx[nIdx+1]!='(') ){ in idxFindIndexes() 7071 nIdx++; in idxFindIndexes() 7073 zSql = idxHashSearch(&p->hIdx, zIdx, nIdx); in idxFindIndexes()
|
D | sqlite3.c | 106803 int nIdx; /* Number of indices */ 106896 for(nIdx=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, nIdx++){ 107039 aToOpen = sqlite3DbMallocRawNN(db, nIdx+2); 107044 memset(aToOpen, 1, nIdx+1); 107045 aToOpen[nIdx+1] = 0; 111622 int nIdx; 111623 nIdx = sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, 0, -1, 0, 111625 aRegIdx = sqlite3DbMallocRawNN(db, sizeof(int)*(nIdx+1)); 111629 for(i=0, pIdx=pTab->pIndex; i<nIdx; pIdx=pIdx->pNext, i++){ 116802 int nIdx; /* Number of indexes on pTab */ [all …]
|
/external/sqlite/dist/ |
D | shell.c | 7075 int nIdx = 0; in idxFindIndexes() local 7076 while( zIdx[nIdx]!='\0' && (zIdx[nIdx]!=' ' || zIdx[nIdx+1]!='(') ){ in idxFindIndexes() 7077 nIdx++; in idxFindIndexes() 7079 zSql = idxHashSearch(&p->hIdx, zIdx, nIdx); in idxFindIndexes()
|
D | sqlite3.c | 106819 int nIdx; /* Number of indices */ 106912 for(nIdx=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, nIdx++){ 107055 aToOpen = sqlite3DbMallocRawNN(db, nIdx+2); 107060 memset(aToOpen, 1, nIdx+1); 107061 aToOpen[nIdx+1] = 0; 111638 int nIdx; 111639 nIdx = sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, 0, -1, 0, 111641 aRegIdx = sqlite3DbMallocRawNN(db, sizeof(int)*(nIdx+1)); 111645 for(i=0, pIdx=pTab->pIndex; i<nIdx; pIdx=pIdx->pNext, i++){ 116818 int nIdx; /* Number of indexes on pTab */ [all …]
|