Home
last modified time | relevance | path

Searched refs:pUsage (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp126 CPDF_Dictionary* pUsage = pArray->GetDictAt(i); in LoadOCGStateFromConfig() local
127 if (!pUsage) in LoadOCGStateFromConfig()
130 if (pUsage->GetStringFor("Event", "View") != csConfig) in LoadOCGStateFromConfig()
133 CPDF_Array* pOCGs = pUsage->GetArrayFor("OCGs"); in LoadOCGStateFromConfig()
140 CPDF_Dictionary* pState = pUsage->GetDictFor(csConfig); in LoadOCGStateFromConfig()
154 const CPDF_Dictionary* pUsage = pOCGDict->GetDictFor("Usage"); in LoadOCGState() local
155 if (pUsage) { in LoadOCGState()
156 const CPDF_Dictionary* pState = pUsage->GetDictFor(csState); in LoadOCGState()
163 pState = pUsage->GetDictFor("View"); in LoadOCGState()
/external/swiftshader/include/GL/
Dwglext.h616 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
621 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/angle/src/third_party/khronos/GL/
Dwglext.h606 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
611 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/mesa3d/include/GL/
Dwglext.h621 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
626 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/angle/include/WGL/
Dwgl.h712 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
717 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h894 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float* pUsage);
/external/sqlite/dist/
Dsqlite3.c141023 struct sqlite3_index_constraint_usage *pUsage;
141065 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
141080 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
141086 pUsage;
143231 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
143258 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
143289 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
143312 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
/external/sqlite/dist/orig/
Dsqlite3.c141007 struct sqlite3_index_constraint_usage *pUsage;
141049 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
141064 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
141070 pUsage;
143215 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
143242 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
143273 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
143296 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;