| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsBallotTests.cpp | 47 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| H A D | vktSubgroupsQuadTests.cpp | 58 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| H A D | vktSubgroupsShapeTests.cpp | 54 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuImageIO.cpp | 105 const deUint32 width = (deUint32)png_get_image_width(png_ptr, info_ptr); in loadPNG() local 244 deUint16 width = readBigEndianShort(resource.get()); in loadPKM() local
|
| /third_party/vk-gl-cts/framework/delibs/deimage/ |
| H A D | deImage.c | 44 deImage* deImage_create (int width, int height, deImageFormat format) in deImage_create() argument 98 int width = image->width; in deImage_convertFormat() local 163 int width = image->width; deImage_copyToUint8RGBA() local [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTexture.cpp | 52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) in Texture1D() argument 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) in Texture1D() argument 105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height) in Texture2D() argument 117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D() argument 288 ImmutableTexture2D::ImmutableTexture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in ImmutableTexture2D() argument 475 Texture1DArray(const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLevels) Texture1DArray() argument 486 Texture1DArray(const RenderContext& context, deUint32 sizedFormat, int width, int numLevels) Texture1DArray() argument 529 Texture2DArray(const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLevels) Texture2DArray() argument 542 Texture2DArray(const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels) Texture2DArray() argument 645 Texture3D(const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int depth) Texture3D() argument 658 Texture3D(const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth) Texture3D() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| H A D | tcuLnxX11.cpp | 151 XlibWindow::XlibWindow (XlibDisplay& display, int width, int height, ::Visual* visual) in XlibWindow() argument 250 void XlibWindow::getDimensions (int* width, int* height) const in getDimensions() argument 263 void XlibWindow::setDimensions (int width, int height) in setDimensions() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/lnx/ |
| H A D | tcuLnxVulkanPlatform.cpp | 111 const deUint32 width = !initialSize ? (deUint32)DEFAULT_WINDOW_WIDTH : initialSize->x(); in createWindow() local 165 const deUint32 width = !initialSize ? (deUint32)DEFAULT_WINDOW_WIDTH : initialSize->x(); in createWindow() local 216 const deUint32 width = !initialSize ? (deUint32)DEFAULT_WINDOW_WIDTH : initialSize->x(); in createWindow() local
|
| /third_party/vk-gl-cts/framework/platform/win32/ |
| H A D | tcuWin32VulkanPlatform.cpp | 91 const deUint32 width = !initialSize ? 400 : initialSize->x(); in createWindow() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglCreateSurfaceTests.cpp | 189 const int width = 64; in executeForConfig() local 258 const int width = 64; in executeForConfig() local 295 int width = 64; in executeForConfig() local [all...] |
| H A D | teglNegativePartialUpdateTests.cpp | 153 const int width = 480; in init() local
|
| H A D | teglRenderCase.cpp | 121 const int width = 128; in executeForConfig() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDepthTests.cpp | 132 int width = deMin32(renderTarget.getWidth(), 128); in iterate() local 156 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
|
| H A D | es2fReadPixelsTests.cpp | 171 const int width = 13; in iterate() local 224 tcu::Texture2D referenceRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, glu::isES2Context(m_context.getRenderContext().getType())); in iterate() local 225 tcu::Texture2D resultRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height, glu::isES2Context(m_context.getRenderContext().getType())); in iterate() local
|
| H A D | es2fTextureSizeTests.cpp | 77 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument 202 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument 346 int width; init() member 359 int width; init() member 389 int width = sizes2D[sizeNdx].width; init() local 412 int width = sizesCube[sizeNdx].width; init() local [all...] |
| H A D | es2fTextureWrapTests.cpp | 92 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 306 int width; in init() member [all...] |
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pTextureCases.cpp | 96 int width = m_renderCtx.getRenderTarget().getWidth(); in init() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | RenderTarget11.cpp | 203 TextureRenderTarget11(d3d11::RenderTargetView &&rtv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, const d3d11::SharedSRV &blitSRV, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument 233 TextureRenderTarget11(d3d11::DepthStencilView &&dsv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_utils.cpp | 394 napi_value width = nullptr; in GetValue() local
|
| /base/msdp/device_status/test/unittest/intention/services/src/ |
| H A D | intention_service_test.cpp | 159 std::shared_ptr<Media::PixelMap> IntentionServiceTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() argument
|
| /base/msdp/device_status/test/unittest/intention/drag/src/ |
| H A D | drag_manager_test.cpp | 71 std::shared_ptr<Media::PixelMap> DragManagerTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() argument 600 int32_t width = 0; in HWTEST_F() local 1140 int32_t width = 0; HWTEST_F() local [all...] |
| H A D | drag_server_test.cpp | 176 std::shared_ptr<Media::PixelMap> DragServerTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() argument
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| H A D | notification_request_test.cpp | 983 inline std::shared_ptr<Media::PixelMap> TestMakePixelMap(int32_t width, int32_t height)
in TestMakePixelMap() argument
|
| /base/useriam/fingerprint_auth/services_ex/src/ |
| H A D | sensor_illumination_task.cpp | 176 int32_t width = defaultDisplay->GetWidth(); in EnableSensorIllumination() local
|
| /base/web/webview/ohos_nweb/include/ |
| H A D | nweb_init_params.h | 58 void SetWidth(uint32_t width) in SetWidth() argument 280 NWebPDFConfigArgsImpl(const double width, const double height, const double scale, const double marginTop, in NWebPDFConfigArgsImpl() argument
|