/third_party/mesa3d/src/mesa/main/ |
H A D | copyimage.c | 547 int srcWidth, int srcHeight, int srcDepth) in copy_image_subdata() 550 for (int i = 0; i < srcDepth; ++i) { in copy_image_subdata() 586 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData_no_error() 601 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData_no_error() 609 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData() 629 srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData() 637 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData() 643 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData() 704 dstDepth = srcDepth; in _mesa_CopyImageSubData() 707 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData() 540 copy_image_subdata(struct gl_context *ctx, struct gl_texture_image *srcTexImage, struct gl_renderbuffer *srcRenderbuffer, int srcX, int srcY, int srcZ, int srcLevel, struct gl_texture_image *dstTexImage, struct gl_renderbuffer *dstRenderbuffer, int dstX, int dstY, int dstZ, int dstLevel, int srcWidth, int srcHeight, int srcDepth) copy_image_subdata() argument 582 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData_no_error() argument 605 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData() argument 741 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV_no_error() argument 764 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV() argument [all...] |
H A D | texstore.c | 105 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_memcpy_texture() 123 for (img = 0; img < srcDepth; img++) { in _mesa_memcpy_texture() 132 for (img = 0; img < srcDepth; img++) { in _mesa_memcpy_texture() 167 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z32() 197 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_x8_z24() 227 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z24_x8() 261 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z16() 299 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_ycbcr() 309 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_ycbcr() 349 for (img = 0; img < srcDepth; im in _mesa_texstore_z24_s8() 100 _mesa_memcpy_texture(struct gl_context *ctx, GLuint dimensions, mesa_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) _mesa_memcpy_texture() argument [all...] |
H A D | texstore.h | 67 GLint srcWidth, GLint srcHeight, GLint srcDepth, \ 82 UNUSED GLint srcWidth, UNUSED GLint srcHeight, UNUSED GLint srcDepth, \ 101 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
H A D | texcompress_bptc.c | 151 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgba_unorm() 196 srcWidth, srcHeight, srcDepth, in texstore_bptc_rgb_float() 226 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_signed_float() 239 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_unsigned_float()
|
H A D | pack.h | 103 int srcWidth, int srcHeight, int srcDepth, 110 int srcWidth, int srcHeight, int srcDepth,
|
H A D | mipmap.c | 1565 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap() 1572 const GLint srcDepthNB = srcDepth - 2 * border; in make_3d_mipmap() 1586 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap() 1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth); in make_3d_mipmap() 1647 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap() 1651 if (srcDepth == dstDepth) { in make_3d_mipmap() 1728 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level() 1756 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level() 1794 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_next_mipmap_level_size() 1813 if ((srcDepth in _mesa_next_mipmap_level_size() 1564 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) make_3d_mipmap() argument 1725 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) _mesa_generate_mipmap_level() argument 1793 _mesa_next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) _mesa_next_mipmap_level_size() argument 1967 GLint srcWidth, srcHeight, srcDepth; generate_mipmap_uncompressed() local 2154 GLint srcWidth, srcHeight, srcDepth; generate_mipmap_compressed() local [all...] |
H A D | texcompress_rgtc.c | 102 srcWidth, srcHeight, srcDepth, in _mesa_texstore_red_rgtc1() 155 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_red_rgtc1() 214 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rg_rgtc2() 279 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_rg_rgtc2()
|
H A D | texcompress_s3tc.c | 76 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_dxt1() 133 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt1() 188 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt3() 242 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt5()
|
H A D | mipmap.h | 50 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
H A D | texcompress_fxt1.c | 72 srcWidth, srcHeight, srcDepth, in _mesa_texstore_fxt1()
|
H A D | pack.c | 1553 int srcWidth, int srcHeight, int srcDepth, in _mesa_unpack_color_index_to_rgba_float() 1568 rgba = malloc(4 * count * srcDepth * sizeof(GLfloat)); in _mesa_unpack_color_index_to_rgba_float() 1577 for (img = 0; img < srcDepth; img++) { in _mesa_unpack_color_index_to_rgba_float() 1608 int srcWidth, int srcHeight, int srcDepth, in _mesa_unpack_color_index_to_rgba_ubyte() 1619 srcWidth, srcHeight, srcDepth, in _mesa_unpack_color_index_to_rgba_ubyte() 1622 count = srcWidth * srcHeight * srcDepth; in _mesa_unpack_color_index_to_rgba_ubyte() 1551 _mesa_unpack_color_index_to_rgba_float(struct gl_context *ctx, GLuint dims, const void *src, GLenum srcFormat, GLenum srcType, int srcWidth, int srcHeight, int srcDepth, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) _mesa_unpack_color_index_to_rgba_float() argument 1606 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context *ctx, GLuint dims, const void *src, GLenum srcFormat, GLenum srcType, int srcWidth, int srcHeight, int srcDepth, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) _mesa_unpack_color_index_to_rgba_ubyte() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | RenderbufferImpl.h | 64 GLsizei srcDepth); 78 GLsizei srcDepth); 109 GLsizei srcDepth) in copyRenderbufferSubData() 127 GLsizei srcDepth) in copyTextureSubData() 97 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 115 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureImpl.cpp | 59 GLsizei srcDepth) in copyRenderbufferSubData() 77 GLsizei srcDepth) in copyTextureSubData() 47 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 65 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureImpl.h | 124 GLsizei srcDepth); 138 GLsizei srcDepth);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.h | 52 GLsizei srcDepth) override; 66 GLsizei srcDepth) override;
|
H A D | RenderbufferVk.cpp | 206 GLsizei srcDepth) in copyRenderbufferSubData() 216 srcHeight, srcDepth); in copyRenderbufferSubData() 231 GLsizei srcDepth) in copyTextureSubData() 242 srcHeight, srcDepth); in copyTextureSubData() 194 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 219 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureVk.h | 115 GLsizei srcDepth) override; 129 GLsizei srcDepth) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Renderbuffer.h | 107 GLsizei srcDepth); 121 GLsizei srcDepth);
|
H A D | Renderbuffer.cpp | 207 GLsizei srcDepth) in copyRenderbufferSubData() 211 srcHeight, srcDepth)); in copyRenderbufferSubData() 228 GLsizei srcDepth) in copyTextureSubData() 232 srcDepth)); in copyTextureSubData() 195 copyRenderbufferSubData(Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 216 copyTextureSubData(Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | validationES32.cpp | 152 GLsizei srcDepth) in ValidateCopyImageSubData() 162 srcWidth, srcHeight, srcDepth); in ValidateCopyImageSubData() 136 ValidateCopyImageSubData(const Context *context, angle::EntryPoint entryPoint, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) ValidateCopyImageSubData() argument
|
H A D | Context_gles_3_2_autogen.h | 24 GLsizei srcHeight, GLsizei srcDepth); \
|
H A D | Texture.h | 431 GLsizei srcDepth); 445 GLsizei srcDepth);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.h | 99 GLsizei srcDepth) override; 113 GLsizei srcDepth) override;
|
H A D | TextureNULL.cpp | 126 GLsizei srcDepth) in copyRenderbufferSubData() 143 GLsizei srcDepth) in copyTextureSubData() 114 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 131 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_2_autogen.cpp | 192 GLsizei srcDepth) in GL_CopyImageSubData() 198 "srcWidth = %d, srcHeight = %d, srcDepth = %d", in GL_CopyImageSubData() 202 dstZ, srcWidth, srcHeight, srcDepth); in GL_CopyImageSubData() 211 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)); in GL_CopyImageSubData() 216 srcDepth); in GL_CopyImageSubData() 220 srcHeight, srcDepth); in GL_CopyImageSubData() 178 GL_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) GL_CopyImageSubData() argument
|