/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pbuffer.c | 73 int iHeight, in wglCreatePbufferARB() 98 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB() 156 if (iHeight > stw_dev->max_2d_length) { in wglCreatePbufferARB() 158 iHeight = stw_dev->max_2d_length; in wglCreatePbufferARB() 199 rect.bottom = rect.top + iHeight; in wglCreatePbufferARB() 238 assert(rect.bottom - rect.top == iHeight); in wglCreatePbufferARB() 70 wglCreatePbufferARB(HDC hCurrentDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) wglCreatePbufferARB() argument
|
/third_party/backends/backend/ |
H A D | niash_core.h | 63 int iHeight; /* lines */ member 111 /* set -1 for iHeight to disable all checks on buffer transfers */ 113 /* iHeight is lines in scanner resolution */ 115 int iWidth, int iHeight,
|
H A D | niash_core.c | 642 int iHeight; in InitScan() local 658 iHeight = (pParams->iBottom - pParams->iTop + 1); in InitScan() 659 if (iHeight <= 0) in InitScan() 661 DBG (DBG_ERR, "Invalid height (%d)\n", iHeight); in InitScan() 989 int iWidth, int iHeight, in CircBufferInit() 1039 if (iHeight < 0) in CircBufferInit() 1055 iHeight + p->iSkipLines + p->iLinesPerCircBuf + SAFETY_LINES; in CircBufferInit() 1241 Params.iHeight = 54; in SimpleCalibExt() 988 CircBufferInit(int iHandle, TDataPipe * p, int iWidth, int iHeight, int iMisAlignment, SANE_Bool iReversedHead, int iScaleDownDpi, int iScaleDownLpi) CircBufferInit() argument
|
H A D | hp5400.h | 125 int iHeight; /* in HW coordinates (units HW_LPI) */ member
|
H A D | hp5400_internal.c | 1023 HP5400_DBG (DBG_MSG, " height : %d\n", params->iHeight); in hp5400_scan() 1037 req.leny = htons (params->iHeight); in hp5400_scan() 1065 params->iHeight, filename); in hp5400_scan() 1085 params.iHeight = 3510; /* = 29.72cm * 300dpi */ in PreviewScan() 1161 req.leny = htons (pParams->iHeight); /* = 0.42cm */ in InitScan()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | PngFile.c | 300 int iWidth, int iHeight, png_color bkgColor) 347 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, 365 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) 370 for (i = 0; i < iHeight; i++) 299 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) global() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 371 const auto iHeight = static_cast<int>(kImageExtent.height); in generateReferenceImage() local 374 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceImage() 416 for (int y = 0; y < iHeight; ++y) in generateReferenceImage() 603 const auto iHeight = static_cast<int>(kImageExtent.height); in iterate() local 604 const auto colorPixels = m_colorTargetImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE_ASPECT_COLOR_BIT); in iterate() 605 const auto depthPixels = m_depthTargetImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE_ASPECT_DEPTH_BIT); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 371 const auto iHeight = static_cast<int>(kImageExtent.height); in generateReferenceImage() local 374 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceImage() 416 for (int y = 0; y < iHeight; ++y) in generateReferenceImage() 603 const auto iHeight = static_cast<int>(kImageExtent.height); in iterate() local 604 const auto colorPixels = m_colorTargetImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE_ASPECT_COLOR_BIT); in iterate() 605 const auto depthPixels = m_depthTargetImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE_ASPECT_DEPTH_BIT); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 451 const int iHeight = static_cast<int>(m_renderSize.y()); in verifyImage() local 453 tcu::TextureLevel referenceTexture (m_tcuFormat, iWidth, iHeight); in verifyImage() 464 for (int y = 0; y < iHeight; ++y) in verifyImage()
|
H A D | vktPipelineNoPositionTests.cpp | 693 const auto iHeight = static_cast<int>(extent.height); in iterate() local 698 const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_cast<const void*>(verificationBufferPtr + layer * layerBytes)); in iterate() 700 for (int y = 0; y < iHeight; ++y) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 451 const int iHeight = static_cast<int>(m_renderSize.y()); in verifyImage() local 453 tcu::TextureLevel referenceTexture (m_tcuFormat, iWidth, iHeight); in verifyImage() 464 for (int y = 0; y < iHeight; ++y) in verifyImage()
|
H A D | vktPipelineNoPositionTests.cpp | 670 const auto iHeight = static_cast<int>(extent.height); in iterate() local 675 const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_cast<const void*>(verificationBufferPtr + layer * layerBytes)); in iterate() 677 for (int y = 0; y < iHeight; ++y) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 198 const auto iHeight = static_cast<int>(m_params->height); in generateSolidRefLevel() local 200 output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateSolidRefLevel() 428 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 431 const auto halfHeight = iHeight / 2; in generateReferenceLevel() 433 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 438 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 924 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 928 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 933 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 1022 const auto iHeight in generateReferenceLevel() local 2290 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local 3300 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local 3561 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local 4617 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local [all...] |
H A D | vktMeshShaderMiscTests.cpp | 194 const auto iHeight = static_cast<int>(m_params->height); in generateSolidRefLevel() local 196 output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateSolidRefLevel() 423 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 426 const auto halfHeight = iHeight / 2; in generateReferenceLevel() 428 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 433 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 899 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 903 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 908 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 996 const auto iHeight in generateReferenceLevel() local 2069 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 198 const auto iHeight = static_cast<int>(m_params->height); in generateSolidRefLevel() local 200 output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateSolidRefLevel() 428 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 431 const auto halfHeight = iHeight / 2; in generateReferenceLevel() 433 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 438 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 906 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 910 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 915 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 1004 const auto iHeight in generateReferenceLevel() local 2272 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local 3282 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local 3543 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local 4614 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local [all...] |
H A D | vktMeshShaderMiscTests.cpp | 194 const auto iHeight = static_cast<int>(m_params->height); in generateSolidRefLevel() local 196 output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateSolidRefLevel() 423 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 426 const auto halfHeight = iHeight / 2; in generateReferenceLevel() 428 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 433 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 899 const auto iHeight = static_cast<int>(m_params->height); in generateReferenceLevel() local 903 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel() 908 for (int y = 0; y < iHeight; ++y) in generateReferenceLevel() 996 const auto iHeight in generateReferenceLevel() local 2069 const auto iHeight = static_cast<int>(m_params->height); generateReferenceLevel() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 639 const auto iHeight = static_cast<int>(kFramebufferHeight); in iterate() local 641 tcu::ConstPixelBufferAccess colorPixels (tcuFormat, iWidth, iHeight, 1, colorImageBufferAlloc.getHostPtr()); in iterate() 643 tcu::PixelBufferAccess errorMask (tcuFormat, iWidth, iHeight, 1, errorMaskBuffer.data()); in iterate() 649 for (int j = 0; j < iHeight; ++j) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 639 const auto iHeight = static_cast<int>(kFramebufferHeight); in iterate() local 641 tcu::ConstPixelBufferAccess colorPixels (tcuFormat, iWidth, iHeight, 1, colorImageBufferAlloc.getHostPtr()); in iterate() 643 tcu::PixelBufferAccess errorMask (tcuFormat, iWidth, iHeight, 1, errorMaskBuffer.data()); in iterate() 649 for (int j = 0; j < iHeight; ++j) in iterate()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libopenh264dec.c | 131 ret = ff_set_dimensions(avctx, info.UsrData.sSystemBuffer.iWidth, info.UsrData.sSystemBuffer.iHeight); in svc_decode_frame()
|
/third_party/skia/src/utils/win/ |
H A D | SkWGL_win.cpp | 88 int iHeight, in createPbuffer() 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer() 85 createPbuffer(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) const createPbuffer() argument
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 430 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 436 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 137 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 143 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 411 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 417 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|