/third_party/mesa3d/src/mesa/main/ |
D | copyimage.c | 543 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/ |
D | RenderbufferImpl.h | 57 GLint srcZ, 71 GLint srcZ, 102 GLint srcZ, in copyRenderbufferSubData() argument 120 GLint srcZ, in copyTextureSubData() argument
|
D | TextureImpl.cpp | 52 GLint srcZ, in copyRenderbufferSubData() argument 70 GLint srcZ, in copyTextureSubData() argument
|
D | TextureImpl.h | 117 GLint srcZ, 131 GLint srcZ,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Renderbuffer.cpp | 200 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()
|
D | Renderbuffer.h | 100 GLint srcZ, 114 GLint srcZ,
|
D | validationES32.cpp | 143 GLint srcZ, in ValidateCopyImageSubData() argument 161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
|
D | Context_gles_3_2_autogen.h | 22 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
|
D | Texture.h | 424 GLint srcZ, 438 GLint srcZ,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 199 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()
|
D | RenderbufferVk.h | 45 GLint srcZ, 59 GLint srcZ,
|
D | TextureVk.h | 108 GLint srcZ, 122 GLint srcZ,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_copy_image.txt | 59 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/ |
D | NV_copy_image.txt | 59 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/ |
D | TextureNULL.h | 92 GLint srcZ, 106 GLint srcZ,
|
D | TextureNULL.cpp | 119 GLint srcZ, in copyRenderbufferSubData() argument 136 GLint srcZ, in copyTextureSubData() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_copy_image.txt | 87 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/ |
D | ARB_copy_image.txt | 97 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/ |
D | EXT_copy_image.txt | 89 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/ |
D | EXT_copy_image.txt | 89 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/ |
D | entry_points_gles_3_2_autogen.cpp | 183 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()
|
D | entry_points_gles_3_2_autogen.h | 33 GLint srcZ,
|
/third_party/openGLES/extensions/OES/ |
D | OES_copy_image.txt | 101 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/ |
D | OES_copy_image.txt | 91 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/ |
D | NVX_gpu_multicast2.txt | 58 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,
|