| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboNoAttachmentTests.cpp | 317 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 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
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_utils.cpp | 398 napi_value height = nullptr; in GetValue() local
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| H A D | js_keyboard_delegate_setting.cpp | 468 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 D | input_data_channel_stub.cpp | 207 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 D | text_listener.cpp | 171 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 D | intention_service_test.cpp | 159 std::shared_ptr<Media::PixelMap> IntentionServiceTest::CreatePixelMap(int32_t width, int32_t height) in CreatePixelMap() argument
|