/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.cpp | 70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) in texSubImage2D() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.h | 32 int xoffset; member 53 int32_t xoffset; member
|
H A D | st_pbo_compute.c | 773 download_texture_compute(struct st_context *st, const struct gl_pixelstore_attrib *pack, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, unsigned level, unsigned layer, GLenum format, GLenum type, enum pipe_format src_format, enum pipe_texture_target view_target, struct pipe_resource *src, enum pipe_format dst_format, enum swizzle_clamp swizzle_clamp) download_texture_compute() argument 1004 copy_converted_buffer(struct gl_context * ctx, struct gl_pixelstore_attrib *pack, enum pipe_texture_target view_target, struct pipe_resource *dst, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void *pixels) copy_converted_buffer() argument 1051 st_GetTexSubImage_shader(struct gl_context * ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void * pixels, struct gl_texture_image *texImage) st_GetTexSubImage_shader() argument
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_texture_compression.c | 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 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 D | eacmv.c | 111 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 D | xwddec.c | 38 uint32_t xoffset, be, bpp, lsize, rsize; in xwd_decode_frame() local
|
H A D | ansi.c | 142 static void erase_line(AVCodecContext * avctx, int xoffset, int xlength) in erase_line() argument
|
H A D | vp8data.h | 63 int8_t xoffset; member
|
H A D | truemotion1.c | 100 uint16_t xoffset; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_enc.c | 35 int xoffset; ///< x coordinate of top left corner member [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdapistd.c | 155 jpeg_crop_scanline(j_decompress_ptr cinfo, JDIMENSION *xoffset, in jpeg_crop_scanline() argument [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.c | 46 int xoffset; member
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_ppc_template.c | 49 unsigned int xoffset=x<<1; in yuv2planeX_8_16() local
|
/third_party/backends/backend/ |
H A D | canon_pp-dev.h | 134 unsigned int xoffset, yoffset; member
|
H A D | lexmark.h | 124 SANE_Int xoffset; /* number of unusable pixels on the start of the sensor */ member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanUniformUpdatesTest.cpp | 444 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 D | imgui_impl_glfw.cpp | 128 void ImGui_ImplGlfw_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset) in ImGui_ImplGlfw_ScrollCallback() argument
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | drmrga.h | 84 int xoffset; member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | drmrga.h | 85 int xoffset; member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | drmrga.h | 85 int xoffset; member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | drmrga.h | 112 int xoffset; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texstore.c | 974 store_texsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *caller) store_texsubimage() argument 1138 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) _mesa_store_texsubimage() argument 1184 _mesa_store_cleartexsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const GLvoid *clearValue) _mesa_store_cleartexsubimage() argument 1329 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_store_compressed_texsubimage() argument
|
H A D | texobj.c | 2131 _mesa_InvalidateTexSubImage_no_error(GLuint texture, GLint level, GLint xoffset, in _mesa_InvalidateTexSubImage_no_error() argument 2141 _mesa_InvalidateTexSubImage(GLuint texture, GLint level, GLint xoffset, in _mesa_InvalidateTexSubImage() argument 2312 texture_page_commitment(struct gl_context *ctx, GLenum target, struct gl_texture_object *tex_obj, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit, const char *func) texture_page_commitment() argument 2364 _mesa_TexPageCommitmentARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexPageCommitmentARB() argument 2383 _mesa_TexturePageCommitmentEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexturePageCommitmentEXT() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 368 LLVMValueRef xoffset = pix_center_offset; in attribs_update_simple() local 557 LLVMValueRef xoffset = lp_build_gather(gallivm, in lp_build_interp_soa() local
|
/third_party/glfw/src/ |
H A D | input.c | 333 void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) in _glfwInputScroll() argument
|