Home
last modified time | relevance | path

Searched refs:dstZ (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/mesa3d/src/mesa/main/
Dcopyimage.c546 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument
552 int newDstZ = dstZ + i; in copy_image_subdata()
566 assert(dstZ + i < MAX_FACES); in copy_image_subdata()
567 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
585 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument
596 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
600 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
608 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument
628 dstX, dstY, dstZ, in _mesa_CopyImageSubData()
643 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h61 GLint dstZ,
75 GLint dstZ,
106 GLint dstZ, in copyRenderbufferSubData() argument
124 GLint dstZ, in copyTextureSubData() argument
DTextureImpl.cpp56 GLint dstZ, in copyRenderbufferSubData() argument
74 GLint dstZ, in copyTextureSubData() argument
DTextureImpl.h121 GLint dstZ,
135 GLint dstZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp204 GLint dstZ, in copyRenderbufferSubData() argument
210 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
225 GLint dstZ, in copyTextureSubData() argument
231 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData()
DRenderbuffer.h104 GLint dstZ,
118 GLint dstZ,
DvalidationES32.cpp149 GLint dstZ, in ValidateCopyImageSubData() argument
161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h23 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
DTexture.h428 GLint dstZ,
442 GLint dstZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp203 GLint dstZ, in copyRenderbufferSubData() argument
215 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
228 GLint dstZ, in copyTextureSubData() argument
241 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData()
DRenderbufferVk.h49 GLint dstZ,
63 GLint dstZ,
DTextureVk.h112 GLint dstZ,
126 GLint dstZ,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_copy_image.txt61 int dstX, int dstY, int dstZ,
79 int dstX, int dstY, int dstZ,
106 <dstY> and <dstZ> specify the coordinates of a subregion of the
115 starting slice with <srcZ> and <dstZ>, and the number of slices to
146 int dstX, int dstY, int dstZ,
179 int dstX, int dstY, int dstZ,
/third_party/openGLES/extensions/NV/
DNV_copy_image.txt61 int dstX, int dstY, int dstZ,
79 int dstX, int dstY, int dstZ,
106 <dstY> and <dstZ> specify the coordinates of a subregion of the
115 starting slice with <srcZ> and <dstZ>, and the number of slices to
146 int dstX, int dstY, int dstZ,
179 int dstX, int dstY, int dstZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.h96 GLint dstZ,
110 GLint dstZ,
DTextureNULL.cpp123 GLint dstZ, in copyRenderbufferSubData() argument
140 GLint dstZ, in copyTextureSubData() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt89 int dstX, int dstY, int dstZ,
107 int dstX, int dstY, int dstZ,
171 <dstY> and <dstZ> specify the coordinates of a subregion of the
190 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/openGLES/extensions/ARB/
DARB_copy_image.txt99 int dstX, int dstY, int dstZ,
117 int dstX, int dstY, int dstZ,
181 <dstY> and <dstZ> specify the coordinates of a subregion of the
200 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_copy_image.txt91 int dstX, int dstY, int dstZ,
109 int dstX, int dstY, int dstZ,
170 Similarly, <dstX>, <dstY> and <dstZ> specify the coordinates of a
193 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/openGLES/extensions/EXT/
DEXT_copy_image.txt91 int dstX, int dstY, int dstZ,
109 int dstX, int dstY, int dstZ,
170 Similarly, <dstX>, <dstY> and <dstZ> specify the coordinates of a
193 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp189 GLint dstZ, in GL_CopyImageSubData() argument
202 dstZ, srcWidth, srcHeight, srcDepth); in GL_CopyImageSubData()
211 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)); in GL_CopyImageSubData()
215 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in GL_CopyImageSubData()
219 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()
Dentry_points_gles_3_2_autogen.h39 GLint dstZ,
/third_party/openGLES/extensions/OES/
DOES_copy_image.txt103 int dstX, int dstY, int dstZ,
121 int dstX, int dstY, int dstZ,
182 Similarly, <dstX>, <dstY> and <dstZ> specify the coordinates of a
205 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_copy_image.txt93 int dstX, int dstY, int dstZ,
111 int dstX, int dstY, int dstZ,
172 Similarly, <dstX>, <dstY> and <dstZ> specify the coordinates of a
195 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/openGLES/extensions/NVX/
DNVX_gpu_multicast2.txt59 uint dstName, GLenum dstTarget, int dstLevel, int dstX, int dstY, int dstZ,
150 uint dstName, GLenum dstTarget, int dstLevel, int dstX, int dstY, int dstZ,

1234