Home
last modified time | relevance | path

Searched defs:height (Results 276 - 300 of 2302) sorted by relevance

1...<<11121314151617181920>>...93

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c288 uint32_t width = pt->width0, height = pt->height0, depth = pt->depth0; in update_map() local
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c76 CompressedTexImage1D2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexImage1D2D() argument
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexSubImage1D2D() argument
206 __indirect_glCompressedTexImage2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage2D() argument
219 __indirect_glCompressedTexImage3D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage3D() argument
280 __indirect_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage2D() argument
293 __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage3D() argument
[all...]
H A Drenderpix.c81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) __glXSendLargeImage() argument
120 __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column) __indirect_glSeparableFilter2D() argument
/third_party/mesa3d/src/util/format/
H A Du_format_etc.c14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_8unorm() argument
28 util_format_etc1_rgb8_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_etc1_rgb8_unpack_rgba_float() argument
20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_8unorm() argument
62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const float *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_etc1_rgb8_pack_rgba_float() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_compute.c90 unsigned height = blit_info->dst.box.height; in util_compute_blit() local
H A Du_framebuffer.c144 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, unsigned *width, unsigned *height) util_framebuffer_min_size() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h99 UINT height, member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp68 const deUint32 height = 8; in createUniformTexelBufferTests() local
/third_party/skia/third_party/externals/angle2/samples/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp142 GLint height = static_cast<GLint>(getWindow()->getHeight()); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DWindowSurfaceCGL.h38 unsigned int height; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DSurfaceGbm.cpp48 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRenderbufferGL.cpp42 setStorage(const gl::Context *context, GLenum internalformat, GLsizei width, GLsizei height) setStorage() argument
64 setStorageMultisample(const gl::Context *context, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, gl::MultisamplingMode mode) setStorageMultisample() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DWindowSurfaceEAGL.h46 unsigned int height; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DNativeWindow11WinRT.cpp86 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvulkan_icd.h33 uint16_t height; member
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp31 uint16_t height; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp21 TextureRenderTarget9(IDirect3DBaseTexture9 *texture, size_t textureLevel, IDirect3DSurface9 *surface, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget9() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateCombinedTests.hpp57 deUint32 height; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp256 glw::GLint height = 0; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClipDistanceTest.cpp542 GLuint height = getWindowHeight(); in TEST_P() local
640 GLuint height = getWindowHeight(); TEST_P() local
703 GLuint height = getWindowHeight(); TEST_P() local
790 GLuint height = getWindowHeight(); TEST_P() local
864 GLuint height = getWindowHeight(); TEST_P() local
[all...]
H A DUnpackAlignmentTest.cpp93 static const unsigned int height = 2; in testAlignment() local
H A DIncompleteTextureTest.cpp292 const int height = getWindowHeight() - 1; in TEST_P() local
346 const int height = getWindowHeight() - 1; in TEST_P() local
404 const int height = getWindowHeight() - 1; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfacelessContextTest.cpp91 EGLSurface createPbuffer(int width, int height) in createPbuffer() argument
/third_party/skia/src/codec/
H A DSkBmpMaskCodec.cpp83 const int height = dstInfo.height(); in decodeRows() local
/third_party/skia/src/core/
H A DSkOpts_erms.cpp72 rect_memset16(uint16_t* dst, uint16_t v, int n, size_t rowBytes, int height) rect_memset16() argument
81 rect_memset32(uint32_t* dst, uint32_t v, int n, size_t rowBytes, int height) rect_memset32() argument
90 rect_memset64(uint64_t* dst, uint64_t v, int n, size_t rowBytes, int height) rect_memset64() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...93