Searched refs:iWidth_ (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/glx/windows/ |
D | wgl.c | 85 HPBUFFERARB wglCreatePbufferARB(HDC hDC_, int iPixelFormat_, int iWidth_, in wglCreatePbufferARB() argument 89 …return RESOLVED_PROC(PFNWGLCREATEPBUFFERARBPROC)(hDC_, iPixelFormat_, iWidth_, iHeight_, piAttribL… in wglCreatePbufferARB()
|
D | wgl.h | 38 HPBUFFERARB wglCreatePbufferARB(HDC hDC_, int iPixelFormat_, int iWidth_,
|
/third_party/openh264/test/api/ |
D | decode_api_test.cpp | 794 iWidth_ = 0; in DecodeParseAPI() 821 iWidth_ = kiWidth; in SetUp() 850 int iFrameSize = iWidth_ * iHeight_ * 3 / 2; in EncodeOneFrame() 858 MockInputData (buf_.data(), iWidth_ * iHeight_); in EncodeOneFrame() 872 int iWidth_; member in DecodeParseAPI 880 p.width = iWidth_; in TEST_F() 957 p.width = iWidth_; in TEST_F() 1019 p.width = iWidth_ = 16; in TEST_F() 1078 iWidth_ = p.width; in TEST_F() 1091 iWidth_ = 1280; in SetUp()
|