Home
last modified time | relevance | path

Searched refs:srcZ (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/mesa3d/src/mesa/main/
Dcopyimage.c543 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument
551 int newSrcZ = srcZ + i; in copy_image_subdata()
557 assert(srcZ + i < MAX_FACES); in copy_image_subdata()
558 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel]; in copy_image_subdata()
583 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() argument
593 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error()
599 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error()
606 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() argument
626 srcX, srcY, srcZ, in _mesa_CopyImageSubData()
637 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h57 GLint srcZ,
71 GLint srcZ,
102 GLint srcZ, in copyRenderbufferSubData() argument
120 GLint srcZ, in copyTextureSubData() argument
DTextureImpl.cpp52 GLint srcZ, in copyRenderbufferSubData() argument
70 GLint srcZ, in copyTextureSubData() argument
DTextureImpl.h117 GLint srcZ,
131 GLint srcZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp200 GLint srcZ, in copyRenderbufferSubData() argument
210 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
221 GLint srcZ, in copyTextureSubData() argument
230 ANGLE_TRY(mImplementation->copyTextureSubData(context, srcTexture, srcLevel, srcX, srcY, srcZ, in copyTextureSubData()
DRenderbuffer.h100 GLint srcZ,
114 GLint srcZ,
DvalidationES32.cpp143 GLint srcZ, in ValidateCopyImageSubData() argument
161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h22 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
DTexture.h424 GLint srcZ,
438 GLint srcZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp199 GLint srcZ, in copyRenderbufferSubData() argument
215 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
224 GLint srcZ, in copyTextureSubData() argument
241 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData()
DRenderbufferVk.h45 GLint srcZ,
59 GLint srcZ,
DTextureVk.h108 GLint srcZ,
122 GLint srcZ,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_copy_image.txt59 int srcX, int srcY, int srcZ,
77 int srcX, int srcY, int srcZ,
101 <srcX>, <srcY>, and <srcZ> specify the lower left texel
104 of <srcX>, <srcY>, and <srcZ> correspond to the coordinates of
115 starting slice with <srcZ> and <dstZ>, and the number of slices to
144 int srcX, int srcY, int srcZ,
177 int srcX, int srcY, int srcZ,
/third_party/openGLES/extensions/NV/
DNV_copy_image.txt59 int srcX, int srcY, int srcZ,
77 int srcX, int srcY, int srcZ,
101 <srcX>, <srcY>, and <srcZ> specify the lower left texel
104 of <srcX>, <srcY>, and <srcZ> correspond to the coordinates of
115 starting slice with <srcZ> and <dstZ>, and the number of slices to
144 int srcX, int srcY, int srcZ,
177 int srcX, int srcY, int srcZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.h92 GLint srcZ,
106 GLint srcZ,
DTextureNULL.cpp119 GLint srcZ, in copyRenderbufferSubData() argument
136 GLint srcZ, in copyTextureSubData() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt87 int srcX, int srcY, int srcZ,
105 int srcX, int srcY, int srcZ,
165 <srcX>, <srcY>, and <srcZ> specify the lower left texel
169 of <srcX>, <srcY>, and <srcZ> correspond to the coordinates of
190 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/openGLES/extensions/ARB/
DARB_copy_image.txt97 int srcX, int srcY, int srcZ,
115 int srcX, int srcY, int srcZ,
175 <srcX>, <srcY>, and <srcZ> specify the lower left texel
179 of <srcX>, <srcY>, and <srcZ> correspond to the coordinates of
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.txt89 int srcX, int srcY, int srcZ,
107 int srcX, int srcY, int srcZ,
167 <srcX>, <srcY>, and <srcZ> specify the lower left texel
193 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/openGLES/extensions/EXT/
DEXT_copy_image.txt89 int srcX, int srcY, int srcZ,
107 int srcX, int srcY, int srcZ,
167 <srcX>, <srcY>, and <srcZ> specify the lower left texel
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.cpp183 GLint srcZ, in GL_CopyImageSubData() argument
200 srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
210 srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, in GL_CopyImageSubData()
214 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
219 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()
Dentry_points_gles_3_2_autogen.h33 GLint srcZ,
/third_party/openGLES/extensions/OES/
DOES_copy_image.txt101 int srcX, int srcY, int srcZ,
119 int srcX, int srcY, int srcZ,
179 <srcX>, <srcY>, and <srcZ> specify the lower left texel
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.txt91 int srcX, int srcY, int srcZ,
109 int srcX, int srcY, int srcZ,
169 <srcX>, <srcY>, and <srcZ> specify the lower left texel
195 starting slice with <srcZ> and <dstZ>, and the number of slices to
/third_party/openGLES/extensions/NVX/
DNVX_gpu_multicast2.txt58 uint srcName, GLenum srcTarget, int srcLevel, int srcX, int srcY, int srcZ,
149 uint srcName, GLenum srcTarget, int srcLevel, int srcX, int srcY, int srcZ,

1234