HomeSort by relevance Sort by last modified time
    Searched refs:pszName (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
PVRScopeComms.h 66 const char *pszName; ///< Item name. If dots are used, PVRTune could show these as a foldable tree view.
112 const char *pszName; ///< Custom counter name
126 const char * const pszName, ///< String to describe the application
PVRScopeStats.h 88 const char *pszName; ///< Counter name, null terminated
  /external/pdfium/core/fxcrt/css/
cfx_cssdatatable.h 20 const wchar_t* pszName;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 55 STDMETHOD(GetName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
56 STDMETHOD(GetDisplayName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
85 STDMETHOD(GetName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
86 STDMETHOD(GetDisplayName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
87 STDMETHOD(SetDisplayName) (THIS_ LPOLESTR pszName) PURE;
95 STDMETHOD(GetMachineName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
108 STDMETHOD(GetNamespace) (THIS_ DWORD dwSection,LPOLESTR pszName,int cchMaxLength) PURE;
wsdxml.h 188 LPCWSTR pszName,
231 LPCWSTR pszName,
260 #define IWSDXMLContext_AddNameToNamespace(This,pszUri,pszName,ppName) (This)->lpVtbl->AddNameToNamespace(This,pszUri,pszName,ppName)
278 static FORCEINLINE HRESULT IWSDXMLContext_AddNameToNamespace(IWSDXMLContext* This,LPCWSTR pszUri,LPCWSTR pszName,WSDXML_NAME **ppName) {
279 return This->lpVtbl->AddNameToNamespace(This,pszUri,pszName,ppName);
305 LPCWSTR pszName,
335 HRESULT WINAPI WSDXMLGetNameFromBuiltinNamespace(LPCWSTR pszNamespace, LPCWSTR pszName, WSDXML_NAME **ppName);
wsdutil.h 90 const WCHAR *pszName,
schemadef.h 14 LPCWSTR pszName;
wmsdkidl.h     [all...]
fci.h 191 typedef INT_PTR (DIAMONDAPI *PFNFCIGETOPENINFO)(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *pattribs,int *err,void *pv);
192 #define FNFCIGETOPENINFO(fn) INT_PTR DIAMONDAPI fn(char *pszName,USHORT *pdate,USHORT *ptime,USHORT *pattribs,int *err,void *pv)
wmiutils.h 190 virtual HRESULT WINAPI SetNamespaceAt(ULONG uIndex,LPCWSTR pszName) = 0;
202 virtual HRESULT WINAPI GetClassName(ULONG *puBuffLength,LPWSTR pszName) = 0;
223 HRESULT (WINAPI *SetNamespaceAt)(IWbemPath *This,ULONG uIndex,LPCWSTR pszName);
235 HRESULT (WINAPI *GetClassName)(IWbemPath *This,ULONG *puBuffLength,LPWSTR pszName);
258 #define IWbemPath_SetNamespaceAt(This,uIndex,pszName) (This)->lpVtbl->SetNamespaceAt(This,uIndex,pszName)
270 #define IWbemPath_GetClassName(This,puBuffLength,pszName) (This)->lpVtbl->GetClassName(This,puBuffLength,pszName)
292 HRESULT WINAPI IWbemPath_SetNamespaceAt_Proxy(IWbemPath *This,ULONG uIndex,LPCWSTR pszName);
316 HRESULT WINAPI IWbemPath_GetClassName_Proxy(IWbemPath *This,ULONG *puBuffLength,LPWSTR pszName);
    [all...]
windns.h 786 DNS_STATUS WINAPI DnsQuery_A(PCSTR pszName,WORD wType,DWORD Options,PIP4_ARRAY aipServers,PDNS_RECORD *ppQueryResults,PVOID *pReserved);
787 DNS_STATUS WINAPI DnsQuery_UTF8(PCSTR pszName,WORD wType,DWORD Options,PIP4_ARRAY aipServers,PDNS_RECORD *ppQueryResults,PVOID *pReserved);
788 DNS_STATUS WINAPI DnsQuery_W(PCWSTR pszName,WORD wType,DWORD Options,PIP4_ARRAY aipServers,PDNS_RECORD *ppQueryResults,PVOID *pReserved);
824 DNS_STATUS DnsValidateName_UTF8(LPCSTR pszName,DNS_NAME_FORMAT Format);
826 DNS_STATUS DnsValidateName_A(LPCSTR pszName,DNS_NAME_FORMAT Format);
835 WINBOOL WINAPI DnsWriteQuestionToBuffer_W(PDNS_MESSAGE_BUFFER pDnsBuffer,PDWORD pdwBufferSize,LPWSTR pszName,WORD wType,WORD Xid,WINBOOL fRecursionDesired);
836 WINBOOL WINAPI DnsWriteQuestionToBuffer_UTF8(PDNS_MESSAGE_BUFFER pDnsBuffer,LPDWORD pdwBufferSize,LPSTR pszName,WORD wType,WORD Xid,WINBOOL fRecursionDesired);
ncrypt.h 203 LPWSTR pszName;
210 LPWSTR pszName;
217 LPWSTR pszName;
shdeprecated.h 304 virtual HRESULT WINAPI SetTitle(IShellView *psv,LPCWSTR pszName) = 0;
305 virtual HRESULT WINAPI GetTitle(IShellView *psv,LPWSTR pszName,DWORD cchName) = 0;
341 HRESULT (WINAPI *SetTitle)(IBrowserService *This,IShellView *psv,LPCWSTR pszName);
342 HRESULT (WINAPI *GetTitle)(IBrowserService *This,IShellView *psv,LPWSTR pszName,DWORD cchName);
380 #define IBrowserService_SetTitle(This,psv,pszName) (This)->lpVtbl->SetTitle(This,psv,pszName)
381 #define IBrowserService_GetTitle(This,psv,pszName,cchName) (This)->lpVtbl->GetTitle(This,psv,pszName,cchName)
413 HRESULT WINAPI IBrowserService_SetTitle_Proxy(IBrowserService *This,IShellView *psv,LPCWSTR pszName);
415 HRESULT WINAPI IBrowserService_GetTitle_Proxy(IBrowserService *This,IShellView *psv,LPWSTR pszName,DWORD cchName)
    [all...]
activaut.h     [all...]
oleacc.h 342 BSTR *pszName) = 0;
409 BSTR pszName) = 0;
482 BSTR *pszName);
565 BSTR pszName);
593 #define IAccessible_get_accName(This,varID,pszName) (This)->lpVtbl->get_accName(This,varID,pszName)
609 #define IAccessible_put_accName(This,varID,pszName) (This)->lpVtbl->put_accName(This,varID,pszName)
645 static FORCEINLINE HRESULT IAccessible_get_accName(IAccessible* This,VARIANT varID,BSTR *pszName) {
646 return This->lpVtbl->get_accName(This,varID,pszName);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 168 *pError = CPVRTString("Missing '(' after ") + c_psSemanticDefaultDataTypeInfo[eType].pszName;
177 *pError = c_psSemanticDefaultDataTypeInfo[eType].pszName + CPVRTString(" missing arguments");
210 *pError = CPVRTString("'") + pszError + "' unexpected for " + c_psSemanticDefaultDataTypeInfo[eType].pszName;
222 *pError = c_psSemanticDefaultDataTypeInfo[eType].pszName + CPVRTString(" missing arguments");
232 *pError = CPVRTString("'") + pszError + "' unexpected for " + c_psSemanticDefaultDataTypeInfo[eType].pszName;
242 *pError = c_psSemanticDefaultDataTypeInfo[eType].pszName + CPVRTString(" missing arguments");
275 *pError = CPVRTString("'") + pszError + "' unexpected for " + c_psSemanticDefaultDataTypeInfo[eType].pszName;
290 *pError = CPVRTString("'") + pszError + "' found when expecting ')' for " + c_psSemanticDefaultDataTypeInfo[eType].pszName;
457 pszName(NULL),
464 FREE(pszName);
    [all...]
PVRTModelPOD.h 194 PVRTchar8 *pszName; /*!< Name of object */
222 PVRTchar8 *pszName; /*!< File-name of texture */
230 PVRTchar8 *pszName; /*!< Name of material */
386 @param[in] pszName Name of the resource to load from
395 const TCHAR * const pszName);
    [all...]
PVRTModelPOD.cpp 500 bool Init(const TCHAR * const pszName);
507 @Input pszName The file extension of the resource file
511 bool CSourceResource::Init(const TCHAR * const pszName)
517 hR = FindResource(GetModuleHandle(NULL), pszName, RT_RCDATA);
1009 if(!WriteData(pFile, ePODFileMatName, s.pMaterial[i].pszName, (unsigned int)strlen(s.pMaterial[i].pszName)+1)) return false;
    [all...]
PVRTPFXParser.h 168 const char *pszName;
197 char *pszName; /*!< The variable name as used in the shader-language code */
  /external/e2fsprogs/intl/
os2compat.c 29 extern unsigned long DosScanEnv (const unsigned char *pszName, unsigned char **ppszValue);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 398 glBindAttribLocation(m_uiProgram, i, ParserEffect.Attributes[i].pszName);
520 nLocation = glGetAttribLocation(uiProgram, aParams[j].pszName);
524 nLocation = glGetUniformLocation(uiProgram, aParams[j].pszName);
530 strcpy(szTmpUniformName, aParams[j].pszName);
542 aUniforms[uiIdx].sValueName = aParams[j].pszName;
548 *errorMsg += CPVRTString(aParams[j].pszName) + " ";
824 @Input pszName name of uniform
828 void CPVRTPFXEffect::SetDefaultUniformValue(const char *const pszName, const SPVRTSemanticDefaultData *psDefaultValue)
831 GLint nLocation = glGetUniformLocation(m_uiProgram, pszName);
837 strcpy(szTmpUniformName, pszName);
    [all...]
PVRTPFXParserAPI.h 157 @param[in] pszName name of uniform
160 void SetDefaultUniformValue(const char *const pszName, const SPVRTSemanticDefaultData *psDefaultValue);
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 43 IN LPCWSTR pszName);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 161 const char *pszName, *pszSeparator, *pszVersion;
165 pszName = (const char*)m_pShell->PVRShellGet(prefAppName);
169 len = strlen(pszName)+strlen(pszSeparator)+strlen(pszVersion)+1;
172 for(out = 0; (appName[out] = pszName[out]) != 0; ++out);
  /hardware/intel/img/psb_video/src/hwdefs/
topaz_db_regs.h 191 const char* pszName;\

Completed in 733 milliseconds

1 2 3