Home
last modified time | relevance | path

Searched defs:height (Results 1101 - 1125 of 2607) sorted by relevance

1...<<41424344454647484950>>...105

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp317 int height; member
366 const int height = getHeight(); in iterate() local
436 GLint height = 0; getHeight() local
550 name << width << "x" << height; createFboNoAttachmentTests() local
629 const int height = rng.getInt(1, maxHeight); createFboNoAttachmentTests() local
[all...]
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
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp398 napi_value height = nullptr; in GetValue() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.cpp468 void JsKeyboardDelegateSetting::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() argument
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp207 uint32_t height = 0; in NotifyKeyboardHeightOnRemote() local
325 void InputDataChannelStub::NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight() argument
/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp171 void TextListener::NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight() argument
230 bool TextListener::WaitNotifyKeyboardHeightCallback(uint32_t height) in WaitNotifyKeyboardHeightCallback() argument
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp159 std::shared_ptr<Media::PixelMap> IntentionServiceTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() argument

Completed in 19 milliseconds

1...<<41424344454647484950>>...105