Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/main/
Dcopyimage.c544 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument
550 int newDstZ = dstZ + i; in copy_image_subdata()
564 assert(dstZ + i < MAX_FACES); in copy_image_subdata()
565 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
583 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument
594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
598 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
606 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument
626 dstX, dstY, dstZ, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
[all …]
/external/angle/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.h124 GLint dstZ,
138 GLint dstZ,
/external/angle/src/libANGLE/
DRenderbuffer.cpp181 GLint dstZ, in copyRenderbufferSubData() argument
187 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
202 GLint dstZ, in copyTextureSubData() argument
208 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData()
DRenderbuffer.h102 GLint dstZ,
116 GLint dstZ,
DvalidationES32.cpp138 GLint dstZ, in ValidateCopyImageSubData() argument
150 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h23 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
DvalidationES32_autogen.h51 GLint dstZ,
DTexture.h419 GLint dstZ,
433 GLint dstZ,
DvalidationESEXT.cpp710 GLint dstZ, in ValidateCopyImageSubDataEXT() argument
722 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in ValidateCopyImageSubDataEXT()
738 GLint dstZ, in ValidateCopyImageSubDataOES() argument
750 dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in ValidateCopyImageSubDataOES()
DTexture.cpp1409 GLint dstZ, in copyRenderbufferSubData() argument
1415 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyRenderbufferSubData()
1432 GLint dstZ, in copyTextureSubData() argument
1438 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData()
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.h49 GLint dstZ,
63 GLint dstZ,
DRenderbufferVk.cpp209 GLint dstZ, in copyRenderbufferSubData() argument
221 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
234 GLint dstZ, in copyTextureSubData() argument
247 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData()
DTextureVk.h112 GLint dstZ,
126 GLint dstZ,
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.h96 GLint dstZ,
110 GLint dstZ,
DTextureNULL.cpp123 GLint dstZ, in copyRenderbufferSubData() argument
140 GLint dstZ, in copyTextureSubData() argument
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp182 GLint dstZ, in GL_CopyImageSubData() argument
195 dstZ, srcWidth, srcHeight, srcDepth); in GL_CopyImageSubData()
203 dstY, dstZ, srcWidth, srcHeight, srcDepth)); in GL_CopyImageSubData()
207 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in GL_CopyImageSubData()
211 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()
Dentry_points_gles_3_2_autogen.h39 GLint dstZ,
/external/swiftshader/include/GL/
Dglxext.h532 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
534 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
Dwglext.h659 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
661 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
/external/mesa3d/include/GL/
Dglxext.h539 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
541 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
Dwglext.h664 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
666 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
/external/angle/src/third_party/khronos/GL/
Dwglext.h649 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
651 … dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLs…
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_2_autogen.h64 GLint dstZ,

123