Home
last modified time | relevance | path

Searched defs:yoffset (Results 1 – 25 of 71) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dtexgetimage.c81 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth()
130 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil()
186 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil()
232 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr()
318 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed()
435 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_uncompressed()
575 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba()
620 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_memcpy()
696 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTexSubImage_sw()
777 GLint xoffset, GLint yoffset, in get_compressed_texsubimage_sw()
[all …]
Dteximage.c1153 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions()
2167 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check()
2564 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check()
3539 GLint xoffset, GLint yoffset, GLint zoffset, in texture_sub_image()
3585 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_err()
3630 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage()
3653 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage()
3768 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_error()
3782 GLint xoffset, GLint yoffset, GLint zoffset, in texturesubimage_no_error()
3823 GLint xoffset, GLint yoffset, in _mesa_TexSubImage2D_no_error()
[all …]
Dtexstore.c976 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage()
1140 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage()
1186 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_cleartexsubimage()
1331 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_compressed_texsubimage()
Dtexobj.c2132 GLint yoffset, GLint zoffset, in _mesa_InvalidateTexSubImage_no_error()
2142 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_InvalidateTexSubImage()
2314 GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in texture_page_commitment()
2365 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_TexPageCommitmentARB()
2384 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_TexturePageCommitmentEXT()
/third_party/ffmpeg/libavcodec/
Deacmv.c76 int xoffset, int yoffset, in cmv_motcomp()
112 int yoffset = ((*raw >> 4)) - 7; in cmv_decode_inter() local
121 int yoffset = ((buf[i] >> 4)) - 7; in cmv_decode_inter() local
Dbethsoftvideo.c80 int yoffset; in bethsoftvid_decode_frame() local
Dvp8data.h62 int8_t yoffset; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.h33 int yoffset; member
54 int32_t yoffset; member
Dst_cb_texture.c183 GLint xoffset, GLint yoffset, GLint zoffset, in copy_to_staging_dest()
1591 GLint xoffset, GLint yoffset, GLint zoffset, in try_pbo_upload()
1705 GLint xoffset, GLint yoffset, GLint zoffset, in try_pbo_download()
1881 GLint xoffset, GLint yoffset, GLint zoffset, in st_TexSubImage()
2403 GLint xoffset, GLint yoffset, GLint zoffset, in st_GetTexSubImage()
3457 GLint xoffset, GLint yoffset, GLint zoffset, in st_ClearTexSubImage()
3542 int level, int xoffset, int yoffset, int zoffset, in st_TexturePageCommitment()
/third_party/mesa3d/src/glx/
Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset, in CompressedTexSubImage1D2D()
281 GLint xoffset, GLint yoffset, in __indirect_glCompressedTexSubImage2D()
294 GLint xoffset, GLint yoffset, in __indirect_glCompressedTexSubImage3D()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp445 const GLsizei yoffset = y * kHalfY + subY; in TEST_P() local
465 const GLsizei yoffset = y * kHalfY; in TEST_P() local
521 const GLsizei yoffset = kHalfY; in TEST_P() local
639 const GLsizei yoffset = kHalfY; in TEST_P() local
/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 …y(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset… 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 …]
Dutilities.cpp427 …ubImageParams(bool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, in ValidateSubImageParams()
471 …ool compressed, bool copy, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in ValidateSubImageParams()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djccoefct.c147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
Djdcoefct.c91 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
196 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
Djctrans.c297 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local
/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.cpp139 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()
164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in glCopyTexSubImage2D()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp243 …for (glw::GLuint yoffset = copy_params.m_yoffset; yoffset < copy_params.m_yoffset + copy_params.m_… in configureDataBuffer() local
261 …for (glw::GLuint yoffset = copy_params.m_yoffset; yoffset < copy_params.m_yoffset + copy_params.m_… in configureDataBuffer() local
/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c36 int yoffset; ///< y coordinate of top left corner member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp461 GLint yoffset, in ValidateES3TexImageParametersBase()
870 GLint yoffset, in ValidateES3TexImage2DParameters()
900 GLint yoffset, in ValidateES3TexImage3DParameters()
1186 GLint yoffset, in ValidateES3CopyTexImageParametersBase()
1262 GLint yoffset, in ValidateES3CopyTexImage2DParameters()
1288 GLint yoffset, in ValidateES3CopyTexImage3DParameters()
2473 GLint yoffset, in ValidateCopyTexSubImage3D()
2560 GLint yoffset, in ValidateCopySubTexture3DANGLE()
2702 GLint yoffset, in ValidateTexSubImage3D()
2727 GLint yoffset, in ValidateTexSubImage3DRobustANGLE()
[all …]
DvalidationES2.cpp362 GLint yoffset, in ValidateES2CopyTexImageParameters()
825 GLint yoffset, in ValidateES2TexImageParameters()
855 GLint yoffset, in ValidateES2TexImageParametersBase()
2682 GLint yoffset, in ValidateTexSubImage2D()
2708 GLint yoffset, in ValidateTexSubImage2DRobustANGLE()
2739 GLint yoffset, in ValidateTexSubImage3DOES()
2850 GLint yoffset, in ValidateCompressedTexSubImage2DRobustANGLE()
2872 GLint yoffset, in ValidateCompressedTexSubImage2D()
2921 GLint yoffset, in ValidateCompressedTexSubImage3DOES()
3260 GLint yoffset, in ValidateCopySubTextureCHROMIUM()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c369 LLVMValueRef yoffset = pix_center_offset; in attribs_update_simple() local
564 LLVMValueRef yoffset = lp_build_gather(gallivm, in lp_build_interp_soa() local
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl506 …bImage (glw::GLuint texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint …
586 …texunit, glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLsize…
593 …texunit, glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint …
635 …Image2D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLsize…
642 …Image3D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint …
649 …ge3DOES (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint …
691 …mage2D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLsize…
698 …texture, glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLsize…
705 …mage3D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint …
712 …texture, glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint …
[all …]
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl581 …ENTRY glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
699 …mage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width…
714 …mage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
796 …glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width…
810 …glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
826 …ompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
909 …pressedTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width…
923 …mage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width…
938 …pressedTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
954 …mage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
[all …]

123