Home
last modified time | relevance | path

Searched refs:dstTexImage (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c544 struct gl_texture_image *dstTexImage, in copy_image_subdata()
563 if (dstTexImage && in copy_image_subdata()
564 dstTexImage->TexObject->Target == GL_TEXTURE_CUBE_MAP) { in copy_image_subdata()
565 /* need to update dstTexImage pointer for the cube face */ in copy_image_subdata()
567 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
568 assert(dstTexImage); in copy_image_subdata()
575 dstTexImage, dstRenderbuffer, in copy_image_subdata()
588 struct gl_texture_image *srcTexImage, *dstTexImage; in _mesa_CopyImageSubData_no_error() local
596 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
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
612 struct gl_texture_image *srcTexImage, *dstTexImage; _mesa_CopyImageSubData() local
747 struct gl_texture_image *srcTexImage, *dstTexImage; _mesa_CopyImageSubDataNV_no_error() local
771 struct gl_texture_image *srcTexImage, *dstTexImage; _mesa_CopyImageSubDataNV() local
[all...]

Completed in 2 milliseconds