Home
last modified time | relevance | path

Searched defs:xoffset (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) in texSubImage2D() argument
/kernel/linux/linux-5.10/include/video/
H A Domapvrfb.h20 u16 xoffset; member
/kernel/linux/linux-6.6/include/video/
H A Domapvrfb.h20 u16 xoffset; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.h32 int xoffset; member
53 int32_t xoffset; member
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c137 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
267 __indirect_glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage1D() 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...]
/third_party/ffmpeg/libavcodec/
H A Deacmv.c111 int xoffset = (*raw & 0xF) - 7; in cmv_decode_inter() local
120 int xoffset = (buf[i] & 0xF) - 7; in cmv_decode_inter() local
73 cmv_motcomp(unsigned char *dst, ptrdiff_t dst_stride, const unsigned char *src, ptrdiff_t src_stride, int x, int y, int xoffset, int yoffset, int width, int height) cmv_motcomp() argument
H A Dxwddec.c38 uint32_t xoffset, be, bpp, lsize, rsize; in xwd_decode_frame() local
H A Dansi.c142 static void erase_line(AVCodecContext * avctx, int xoffset, int xlength) in erase_line() argument
H A Dvp8data.h63 int8_t xoffset; member
/third_party/ffmpeg/libavdevice/
H A Dfbdev_enc.c35 int xoffset; ///< x coordinate of top left corner member
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdapistd.c155 jpeg_crop_scanline(j_decompress_ptr cinfo, JDIMENSION *xoffset, in jpeg_crop_scanline() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxa168fb.c347 static void set_graphics_start(struct fb_info *info, int xoffset, int yoffset) in set_graphics_start() argument
H A Dhitfb.c159 int xoffset = var->xoffset; in hitfb_pan_display() local
H A Dplatinumfb.c49 int xoffset, yoffset; member
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon_cw.c373 u32 xoffset; in cw_update_start() local
H A Dfbcon_ud.c412 int xoffset, yoffset; in ud_update_start() local
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon_cw.c373 u32 xoffset; in cw_update_start() local
H A Dfbcon_ud.c412 int xoffset, yoffset; in ud_update_start() local
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhitfb.c175 int xoffset = var->xoffset; in hitfb_pan_display() local
H A Dpxa168fb.c347 static void set_graphics_start(struct fb_info *info, int xoffset, int yoffset) in set_graphics_start() argument
H A Dplatinumfb.c49 int xoffset, yoffset; member
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_ppc_template.c49 unsigned int xoffset=x<<1; in yuv2planeX_8_16() local
/third_party/backends/backend/
H A Dcanon_pp-dev.h134 unsigned int xoffset, yoffset; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanUniformUpdatesTest.cpp444 const GLsizei xoffset = x * kHalfX + subX; in TEST_P() local
464 const GLsizei xoffset = x * kHalfX; in TEST_P() local
520 const GLsizei xoffset = kHalfX; in TEST_P() local
638 const GLsizei xoffset in TEST_P() local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp128 void ImGui_ImplGlfw_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset) in ImGui_ImplGlfw_ScrollCallback() argument

Completed in 18 milliseconds

12345