Home
last modified time | relevance | path

Searched defs:xoffset (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/mesa3d/src/mesa/main/
Dteximage.c1152 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions()
2167 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check()
2571 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check()
3583 GLint xoffset, GLint yoffset, GLint zoffset, in texture_sub_image()
3629 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_err()
3674 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage()
3697 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage()
3812 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_error()
3826 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_no_error()
3839 GLint xoffset, GLsizei width, in _mesa_TexSubImage1D_no_error()
[all …]
Dtexgetimage.c78 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth()
127 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil()
183 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil()
229 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr()
315 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed()
432 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_uncompressed()
572 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba()
617 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_memcpy()
695 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTexSubImage_sw()
776 GLint xoffset, GLint yoffset, in get_compressed_texsubimage_sw()
[all …]
Dtexstore.c973 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage()
1137 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage()
1183 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_cleartexsubimage()
1328 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_compressed_texsubimage()
/third_party/mesa3d/src/glx/
Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset, in CompressedTexSubImage1D2D()
268 GLint xoffset, in __indirect_glCompressedTexSubImage1D()
281 GLint xoffset, GLint yoffset, in __indirect_glCompressedTexSubImage2D()
294 GLint xoffset, GLint yoffset, in __indirect_glCompressedTexSubImage3D()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_subimage.c49 GLint xoffset, GLint yoffset, in intel_blit_texsubimage()
133 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage()
Dintel_tex_copy.c84 GLint xoffset, GLint yoffset, GLint slice, in intelCopyTexSubImage()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.h32 int xoffset; member
53 int32_t xoffset; member
/third_party/ffmpeg/libavcodec/
Deacmv.c75 int xoffset, int yoffset, in cmv_motcomp()
110 int xoffset = (*raw & 0xF) - 7; in cmv_decode_inter() local
119 int xoffset = (buf[i] & 0xF) - 7; in cmv_decode_inter() local
Dxwddec.c38 uint32_t xoffset, be, bpp, lsize, rsize; in xwd_decode_frame() local
/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_d3d11.h39 int xoffset() const { return original_bounds_.x - bounds_.x; } in xoffset() function
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
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 = kHalfX; in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_2_autogen.cpp31 GLint xoffset, in CopyTexSubImage3D()
133 GLint xoffset, in TexSubImage3D()
Dentry_points_gl_1_1_autogen.cpp184 CopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in CopyTexSubImage1D()
208 GLint xoffset, in CopyTexSubImage2D()
613 GLint xoffset, in TexSubImage1D()
644 GLint xoffset, in TexSubImage2D()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_copy.c48 GLint xoffset, GLint yoffset, GLint slice, in brw_copytexsubimage()
Dbrw_tex_image.c180 GLint xoffset, GLint yoffset, GLint zoffset, in brw_texsubimage_tiled_memcpy()
314 GLint xoffset, GLint yoffset, GLint zoffset, in brw_upload_tex()
386 GLint xoffset, GLint yoffset, GLint zoffset, in brw_texsubimage()
728 GLint xoffset, GLint yoffset, in brw_gettexsubimage_tiled_memcpy()
860 GLint xoffset, GLint yoffset, GLint zoffset, in brw_get_tex_sub_image()
897 GLint xoffset, GLint yoffset, GLint zoffset, in flush_astc_denorms()
956 GLint xoffset, GLint yoffset, GLint zoffset, in brw_compressedtexsubimage()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL11.cpp42 GLint xoffset, in ValidateCopyTexSubImage1D()
96 GLint xoffset, in ValidateTexSubImage1D()
DvalidationGL45.cpp108 GLint xoffset, in ValidateCompressedTextureSubImage1D()
120 GLint xoffset, in ValidateCompressedTextureSubImage2D()
134 GLint xoffset, in ValidateCompressedTextureSubImage3D()
160 GLint xoffset, in ValidateCopyTextureSubImage1D()
171 GLint xoffset, in ValidateCopyTextureSubImage2D()
184 GLint xoffset, in ValidateCopyTextureSubImage3D()
275 GLint xoffset, in ValidateGetCompressedTextureSubImage()
444 GLint xoffset, in ValidateGetTextureSubImage()
918 GLint xoffset, in ValidateTextureSubImage1D()
930 GLint xoffset, in ValidateTextureSubImage2D()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage()
375 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsize… in subImageCompressed()
388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffse… in copy()
611 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage()
616 void Texture2D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsize… in subImageCompressed()
654 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in copySubImage()
1079 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage()
1084 void TextureCubeMap::subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, G… in subImageCompressed()
1350 void TextureCubeMap::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in copySubImage()
1640 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage()
[all …]
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surfa… in texSubImage2D()
DsglrContextWrapper.cpp134 void ContextWrapper::glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 … in glTexSubImage1D()
139 void ContextWrapper::glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid… in glTexSubImage2D()
144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zof… in glTexSubImage3D()
159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, in… in glCopyTexSubImage1D()
164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in glCopyTexSubImage2D()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint slice, in radeonCopyTexSubImage()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint slice, in radeonCopyTexSubImage()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp246 …for (glw::GLuint xoffset = copy_params.m_xoffset; xoffset < copy_params.m_xoffset + copy_params.m_… in configureDataBuffer() local
264 …for (glw::GLuint xoffset = copy_params.m_xoffset; xoffset < copy_params.m_xoffset + copy_params.m_… in configureDataBuffer() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp449 const GLsizei xoffset = x * kHalfX + subX; in TEST_P() local
469 const GLsizei xoffset = x * kHalfX; in TEST_P() local
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c2483 GLint xoffset, in _mesa_meta_setup_texture_coords()
2776 GLint xoffset, in copytexsubimage_using_blit_framebuffer()
2859 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_CopyTexSubImage()
2981 GLint xoffset, GLint yoffset, in decompress_texture_image()
3231 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_GetTexSubImage()
3562 GLint xoffset, GLint yoffset, GLint zoffset, in cleartexsubimage_using_fbo()
3596 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_ClearTexSubImage()

12345