Home
last modified time | relevance | path

Searched defs:height (Results 1251 - 1275 of 2608) sorted by relevance

1...<<51525354555657585960>>...105

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp69 int height = deMin32(renderTarget.getHeight(), m_viewportHeight); in iterate() local
112 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
133 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local
136 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp237 float height = (float)(yLast - yFirst + 1); in render() local
H A DglsShaderPerformanceCase.cpp60 void ShaderPerformanceCase::setViewportSize (int width, int height) in setViewportSize() argument
H A DglsTextureTestUtil.hpp174 int height; member in deqp::gls::TextureTestUtil::RandomViewport
/third_party/vk-gl-cts/framework/common/
H A DtcuImageIO.cpp106 const deUint32 height = (deUint32)png_get_image_height(png_ptr, info_ptr); in loadPNG() local
245 deUint16 height = readBigEndianShort(resource.get()); in loadPKM() local
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.c44 deImage* deImage_create (int width, int height, deImageFormat format) in deImage_create() argument
99 int height = image->height; in deImage_convertFormat() local
164 int height = image->height; deImage_copyToUint8RGBA() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp105 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
529 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLevels) in Texture2DArray() argument
542 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels) in 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 DtcuLnxX11.cpp151 XlibWindow::XlibWindow (XlibDisplay& display, int width, int height, ::Visual* visual) in XlibWindow() argument
263 void XlibWindow::setDimensions (int width, int height) in setDimensions() argument
[all...]
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp110 const deUint32 height = !initialSize ? (deUint32)DEFAULT_WINDOW_HEIGHT : initialSize->y(); in createWindow() local
164 const deUint32 height = !initialSize ? (deUint32)DEFAULT_WINDOW_HEIGHT : initialSize->y(); in createWindow() local
215 const deUint32 height = !initialSize ? (deUint32)DEFAULT_WINDOW_HEIGHT : initialSize->y(); in createWindow() local
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp92 const deUint32 height = !initialSize ? 300 : initialSize->y(); in createWindow() local
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateSurfaceTests.cpp190 const int height = 64; in executeForConfig() local
259 const int height = 64; in executeForConfig() local
296 int height = 64; in executeForConfig() local
[all...]
H A DteglNegativePartialUpdateTests.cpp154 const int height = 480; in init() local
H A DteglRenderCase.cpp122 const int height = 128; in executeForConfig() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthTests.cpp133 int height = deMin32(renderTarget.getHeight(), 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 Des2fReadPixelsTests.cpp172 const int height = 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 Des2fTextureSizeTests.cpp77 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
347 int height; init() member
360 int height; init() member
390 int height = sizes2D[sizeNdx].height; init() local
413 int height = sizesCube[sizeNdx].height; init() local
[all...]
H A Des2fTextureWrapTests.cpp92 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
307 int height; init() member
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureCases.cpp97 int height = m_renderCtx.getRenderTarget().getHeight(); in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp203 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
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dnative_xcomponent.cpp49 uint64_t height; in OnSurfaceCreatedCB() local
348 uint64_t height; in OnSurfaceChanged() local
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeCanvasTestPart4.cpp173 constexpr uint32_t height = 200; in HWTEST_F() local
223 uint32_t height = 200 + i * 10; in HWTEST_F() local
237 uint32_t height = 200 + i * 10; in HWTEST_F() local
281 constexpr uint32_t height = 2160; in HWTEST_F() local
433 uint32_t height = 200; HWTEST_F() local
446 uint32_t height = 200 + i * 10; HWTEST_F() local
490 uint32_t height = 2160; HWTEST_F() local
1366 constexpr uint32_t height = 200; HWTEST_F() local
1390 constexpr uint32_t height = 200; HWTEST_F() local
1431 constexpr uint32_t height = 200; HWTEST_F() local
1461 constexpr uint32_t height = 200; HWTEST_F() local
1490 constexpr uint32_t height = 2160; HWTEST_F() local
2002 constexpr uint32_t height = 200; HWTEST_F() local
2037 constexpr uint32_t height = 200; HWTEST_F() local
2074 constexpr uint32_t height = 200; HWTEST_F() local
[all...]
/test/xts/acts/graphic/displayNdk/entry/src/main/cpp/
H A Dnapi_init.cpp108 napi_value height; in GetDefaultDisplayHeight() local
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dnativendk.cpp241 int32_t height = HEIGHT; in OHAVCapabilityGetVideoWidthRangeForHeighta() local
257 int32_t height = HEIGHT; in OHAVCapabilityGetVideoWidthRangeForHeightb() local
493 int32_t height = HEIGHT; in AVCapabilityGetVideoWidthRangeForHeight() local
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dimage_pixel_map_imgndk_test.cpp527 int32_t height = NUM_0; in Crop() local
/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp799 int32_t height = 100; in BENCHMARK_F() local
[all...]

Completed in 20 milliseconds

1...<<51525354555657585960>>...105