Searched refs:uType (Results 1 - 10 of 10) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 286 if (res == S_OK && strret.uType == STRRET_WSTR)
in DataObject_GetData_IDLIST() 331 if (strret.uType != STRRET_WSTR)
in DataObject_GetData_IDLIST()
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 40 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 45 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
H A D | wgl.h | 131 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 136 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
H A D | wgl.h | 150 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 150 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 7386 UFormattableType uType = ufmt_getType(u, &status); in testFormattableAsUFormattable() local 7393 if(uType != expectUType) { in testFormattableAsUFormattable() 7394 errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType); in testFormattableAsUFormattable() 7413 if(uType != UFMT_INT64) { // may fail to compare in testFormattableAsUFormattable() 7440 && ( uType != UFMT_INT64 ) // int64 better not overflow in testFormattableAsUFormattable()
|
Completed in 41 milliseconds