/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 2782 const UChar* uSource; in TestSmallTargetBuffer() local 2800 uSource = (UChar*) source; in TestSmallTargetBuffer() 2811 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,false, &errorCode); in TestSmallTargetBuffer() 2822 }while (uSource<uSourceLimit); in TestSmallTargetBuffer() 2838 uSource = source; in TestSmallTargetBuffer() 2841 if(uBuf[len]!=uSource[len]){ in TestSmallTargetBuffer() 2842 log_err("Expected : \\u%04X \t Got: \\u%04X\n",uSource[len],(int)uBuf[len]) ; in TestSmallTargetBuffer() 2851 const UChar* uSource; in TestToAndFromUChars() local 2865 uSource = source; in TestToAndFromUChars() 2872 numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_ in TestToAndFromUChars() 2898 const UChar* uSource; TestSmallSourceBuffer() local 3091 const UChar* uSource; TestHZ() local 3313 const UChar* uSource; TestISO_2022_JP() local 3382 const UChar* uSource; TestConv() local 3859 const UChar* uSource; TestISO_2022_JP_1() local 3948 const UChar* uSource; TestISO_2022_JP_2() local 4028 const UChar* uSource; TestISO_2022_KR() local 4110 const UChar* uSource; TestISO_2022_KR_1() local 4521 const UChar* uSource; TestISO_2022_CN() local [all...] |
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 564 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 565 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 577 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 578 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 545 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 546 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 558 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 559 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
H A D | wgl.h | 636 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 637 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 649 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 650 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 559 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 560 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 572 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 573 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 559 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 560 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 572 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 573 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
H A D | wgl.h | 645 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 646 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 658 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 659 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 549 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 550 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 562 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 563 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 655 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); 656 typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT *uSource); 668 BOOL WINAPI wglGenlockSourceI3D (HDC hDC, UINT uSource); 669 BOOL WINAPI wglGetGenlockSourceI3D (HDC hDC, UINT *uSource);
|