Home
last modified time | relevance | path

Searched refs:uType (Results 1 - 10 of 10) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DShell.cpp286 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 Dwglext.h59 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 Dwglext.h40 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
45 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
H A Dwgl.h131 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 Dwglext.h59 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 Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
H A Dwgl.h150 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 Dwglext.h61 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 Dwgl.h150 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 Dnumfmtst.cpp7386 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 40 milliseconds