Home
last modified time | relevance | path

Searched defs:zoffset (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dteximage.c2148 GLint xoffset, GLint yoffset, GLint zoffset, in subtexture_error_check()
2213 GLint xoffset, GLint yoffset, GLint zoffset, in subtexture_error_check2()
2541 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check2()
3221 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage()
3326 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_TexSubImage3D()
3482 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage()
3570 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_CopyTexSubImage3D()
3596 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_subtexture_error_check()
3774 GLint xoffset, GLint yoffset, GLint zoffset, in compressed_tex_sub_image()
3841 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_CompressedTexSubImage3DARB()
Dfbobject.c333 GLenum texTarget, GLuint level, GLuint zoffset) in _mesa_set_texture_attachment()
1997 GLint level, GLint zoffset) in framebuffer_texture()
2240 GLint level, GLint zoffset) in _mesa_FramebufferTexture3DEXT()
Dtexobj.c1423 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_InvalidateTexSubImage()
Dtexstore.c4267 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage()
4420 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage()
4474 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_compressed_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset, in intelCopyTexSubImage()
Dintel_tex_subimage.c155 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset, in intelCopyTexSubImage()
Dintel_tex_subimage.c155 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset, in intelCopyTexSubImage()
Dintel_tex_subimage.c155 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage()
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp427 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage()
455 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsize… in subImageCompressed()
478 …iceRect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *d… in copy()
777 …opySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin… in copySubImage()
1353 …opySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin… in copySubImage()
1688 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage()
1693 void Texture3D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsize… in subImageCompressed()
1742 …opySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin… in copySubImage()
Dutilities.cpp562 …i width, GLsizei height, GLsizei depth, GLint xoffset, GLint yoffset, GLint zoffset, GLenum target… in ValidateSubImageParams()
Dmain.cpp1289 …bImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width… in glTexSubImage3DOES()
1294 …bImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin… in glCopyTexSubImage3DOES()
1304 …bImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width… in glCompressedTexSubImage3DOES()
1309 …OES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) in glFramebufferTexture3DOES()
DlibGLESv3.cpp684 …xSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width… in glTexSubImage3D()
735 …xSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin… in glCopyTexSubImage3D()
862 …xSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width… in glCompressedTexSubImage3D()
DlibGLESv2.cpp6330 void TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsi… in TexSubImage3DOES()
6380 void CopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, … in CopyTexSubImage3DOES()
6493 …bImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width… in CompressedTexSubImage3DOES()
6544 …OES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) in FramebufferTexture3DOES()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset, in radeonCopyTexSubImage()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset, in radeonCopyTexSubImage()
/external/swiftshader/src/OpenGL/common/
DImage.cpp404 …void LoadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs… in LoadImageData()
1223 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData()
1626 …void Image::loadD24S8ImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei… in loadD24S8ImageData()
1640 …void Image::loadD32FS8ImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsize… in loadD32FS8ImageData()
1654 …void Image::loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei… in loadCompressedData()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c566 GLint xoffset, GLint yoffset, GLint zoffset, in nouveau_texsubimage()
610 GLint xoffset, GLint yoffset, GLint zoffset, in nouveau_texsubimage_123d()
623 GLint xoffset, GLint yoffset, GLint zoffset, in nouveau_compressed_texsubimage()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c92 float zoffset = offset->units + MAX2(dzdx, dzdy) * offset->scale; in do_offset_tri() local
/external/mesa3d/src/glx/
Dindirect_texture_compression.c295 GLint zoffset, GLsizei width, in __indirect_glCompressedTexSubImage3DARB()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c215 GLuint zoffset, enum pipe_transfer_usage usage, in st_texture_image_map()
/external/swiftshader/src/OpenGL/libGL/
DImage.cpp232 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData()
694 …void Image::loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei… in loadCompressedData()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl533 …xSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
655 …SubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
697 …ubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
802 …SubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin…
840 …ubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLin…
1442 …3D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
1652 …eSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
2274 …eSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
2607 …xSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
4011 …SubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width…
[all …]
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl468 …texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
548 … target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
569 …texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
625 … target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLint …
646 …texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLint …
1225 …Lenum attachment, glw::GLenum textarget, glw::GLuint texture, glw::GLint level, glw::GLint zoffset)
1495 …texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
2151 …texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
2433 …texture, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
3635 … target, glw::GLint level, glw::GLint xoffset, glw::GLint yoffset, glw::GLint zoffset, glw::GLsize…
[all …]

12