/third_party/mesa3d/src/mesa/main/ |
D | copyimage.c | 546 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/ |
D | RenderbufferImpl.h | 61 GLint dstZ, 75 GLint dstZ, 106 GLint dstZ, in copyRenderbufferSubData() argument 124 GLint dstZ, in copyTextureSubData() argument
|
D | TextureImpl.cpp | 56 GLint dstZ, in copyRenderbufferSubData() argument 74 GLint dstZ, in copyTextureSubData() argument
|
D | TextureImpl.h | 121 GLint dstZ, 135 GLint dstZ,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Renderbuffer.cpp | 204 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()
|
D | Renderbuffer.h | 104 GLint dstZ, 118 GLint dstZ,
|
D | validationES32.cpp | 149 GLint dstZ, in ValidateCopyImageSubData() argument 161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
|
D | Context_gles_3_2_autogen.h | 23 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
|
D | Texture.h | 428 GLint dstZ, 442 GLint dstZ,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 203 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()
|
D | RenderbufferVk.h | 49 GLint dstZ, 63 GLint dstZ,
|
D | TextureVk.h | 112 GLint dstZ, 126 GLint dstZ,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_copy_image.txt | 61 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/ |
D | NV_copy_image.txt | 61 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/ |
D | TextureNULL.h | 96 GLint dstZ, 110 GLint dstZ,
|
D | TextureNULL.cpp | 123 GLint dstZ, in copyRenderbufferSubData() argument 140 GLint dstZ, in copyTextureSubData() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_copy_image.txt | 89 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/ |
D | ARB_copy_image.txt | 99 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/ |
D | EXT_copy_image.txt | 91 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/ |
D | EXT_copy_image.txt | 91 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/ |
D | entry_points_gles_3_2_autogen.cpp | 189 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()
|
D | entry_points_gles_3_2_autogen.h | 39 GLint dstZ,
|
/third_party/openGLES/extensions/OES/ |
D | OES_copy_image.txt | 103 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/ |
D | OES_copy_image.txt | 93 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/ |
D | NVX_gpu_multicast2.txt | 59 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,
|