Home
last modified time | relevance | path

Searched defs:height (Results 151 - 175 of 2913) sorted by relevance

12345678910>>...117

/third_party/skia/third_party/externals/angle2/src/common/fuchsia_egl/
H A Dfuchsia_egl.c20 int32_t height; member
50 void fuchsia_egl_window_resize(fuchsia_egl_window *egl_window, int32_t width, int32_t height) in fuchsia_egl_window_resize() argument
23 fuchsia_egl_window_create(zx_handle_t image_pipe_handle, int32_t width, int32_t height) fuchsia_egl_window_create() argument
[all...]
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
H A DWindowTest.cpp19 int height = 400; in main() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.hpp52 deUint32 height = 0; member
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dppm.cc41 ConvertToPPM(uint32_t width, uint32_t height, const std::vector<amber::Value>& values, std::vector<uint8_t>* buffer) ConvertToPPM() argument
H A Dppm_test.cc56 const uint32_t height = 6; in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/
H A DWindowSurfaceVkFuchsia.cpp59 int32_t height = fuchsia_egl_window_get_height(egl_window); in getCurrentWindowSize() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustClientMemoryTest.cpp166 GLsizei height = 0; in TEST_P() local
H A DReadOnlyFeedbackLoopTest.cpp51 const GLuint height = getWindowHeight(); in TEST_P() local
H A DS3TCTextureSizesTest.cpp144 size_t height; in TEST_P() member
193 size_t height; in TEST_P() member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DRenderbufferNULL.cpp21 setStorage(const gl::Context *context, GLenum internalformat, GLsizei width, GLsizei height) setStorage() argument
29 setStorageMultisample(const gl::Context *context, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, gl::MultisamplingMode mode) setStorageMultisample() argument
/third_party/skia/src/gpu/
H A DGrRectanizerSkyline.cpp13 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { in addRect() argument
52 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { in rectangleFits() argument
[all...]
H A DGrRectanizerPow2.h63 static int HeightToRowIndex(int height) { in HeightToRowIndex() argument
/third_party/skia/src/gpu/text/
H A DGrDistanceFieldAdjustTable.cpp50 int width, height; in build_distance_adjust_table() local
/third_party/skia/src/core/
H A DSkSpecialImage.h56 int height() const { return fSubset.height(); } in height() function in SkSpecialImage
H A DSkDocument.cpp18 static SkCanvas* trim(SkCanvas* canvas, SkScalar width, SkScalar height, in trim() argument
31 SkCanvas* SkDocument::beginPage(SkScalar width, SkScalar height, in beginPage() argument
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferOSX.hpp40 int height; member in sw::FrameBufferOSX
H A DFrameBufferOzone.cpp19 FrameBufferOzone::FrameBufferOzone(intptr_t display, intptr_t window, int width, int height) : FrameBuffer(width, height, false, false) in FrameBufferOzone() argument
H A DFrameBufferWin.cpp19 FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBuffer(width, height, fullscreen, topLeftOrigin), windowHandle(windowHandle) in FrameBufferWin() argument
58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) in createFrameBufferWin() argument
75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DImage.cpp18 Image::Image(vk::Device device, vk::PhysicalDevice physicalDevice, uint32_t width, uint32_t height, vk::Format format, vk::SampleCountFlagBits sampleCount /*= vk::SampleCountFlagBits::e1*/) in Image() argument
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dreadpng.c73 png_uint_32 height = png_get_image_height(png_ptr, info_ptr); in read_png() local
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.h49 int x_offset, y_offset, width, height; member
/third_party/skia/src/pathops/
H A DSkPathOpsRect.h48 double height() const { in height() function
/third_party/skia/src/opts/
H A DSkUtils_opts.h44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT() argument
51 rect_memset16(uint16_t buffer[], uint16_t value, int count, size_t rowBytes, int height) rect_memset16() argument
55 rect_memset32(uint32_t buffer[], uint32_t value, int count, size_t rowBytes, int height) rect_memset32() argument
59 rect_memset64(uint64_t buffer[], uint64_t value, int count, size_t rowBytes, int height) rect_memset64() argument
/third_party/skia/tests/
H A DBlitMaskClip.cpp46 const int height = 2; in DEF_TEST() local
/third_party/skia/third_party/externals/angle2/util/ozone/
H A DOzoneWindow.h47 int32_t height; member

Completed in 7 milliseconds

12345678910>>...117