| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboTestCase.cpp | 69 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 D | glsFragmentOpUtil.cpp | 237 float height = (float)(yLast - yFirst + 1); in render() local
|
| H A D | glsShaderPerformanceCase.cpp | 60 void ShaderPerformanceCase::setViewportSize (int width, int height) in setViewportSize() argument
|
| H A D | glsTextureTestUtil.hpp | 174 int height; member in deqp::gls::TextureTestUtil::RandomViewport
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuImageIO.cpp | 106 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 D | deImage.c | 44 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 D | gluTexture.cpp | 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 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 D | tcuLnxX11.cpp | 151 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 D | tcuLnxVulkanPlatform.cpp | 110 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 D | tcuWin32VulkanPlatform.cpp | 92 const deUint32 height = !initialSize ? 300 : initialSize->y(); in createWindow() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglCreateSurfaceTests.cpp | 190 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 D | teglNegativePartialUpdateTests.cpp | 154 const int height = 480; in init() local
|
| H A D | teglRenderCase.cpp | 122 const int height = 128; in executeForConfig() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDepthTests.cpp | 133 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 D | es2fReadPixelsTests.cpp | 172 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 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 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 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 307 int height; init() member [all...] |
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pTextureCases.cpp | 97 int height = m_renderCtx.getRenderTarget().getHeight(); 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
|
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
| H A D | native_xcomponent.cpp | 49 uint64_t height; in OnSurfaceCreatedCB() local 348 uint64_t height; in OnSurfaceChanged() local
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeCanvasTestPart4.cpp | 173 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 D | napi_init.cpp | 108 napi_value height; in GetDefaultDisplayHeight() local
|
| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| H A D | nativendk.cpp | 241 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 D | image_pixel_map_imgndk_test.cpp | 527 int32_t height = NUM_0; in Crop() local
|
| /test/xts/hats/hdf/display/composer/benchmark/ |
| H A D | display_benchmark_test.cpp | 799 int32_t height = 100;
in BENCHMARK_F() local [all...] |