Searched refs:dstTexImage (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 537 struct gl_texture_image *dstTexImage, in copy_image_subdata() argument 556 if (dstTexImage && in copy_image_subdata() 557 dstTexImage->TexObject->Target == GL_TEXTURE_CUBE_MAP) { in copy_image_subdata() 560 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata() 561 assert(dstTexImage); in copy_image_subdata() 568 dstTexImage, dstRenderbuffer, in copy_image_subdata() 581 struct gl_texture_image *srcTexImage, *dstTexImage; in _mesa_CopyImageSubData_no_error() local 589 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error() 593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error() 605 struct gl_texture_image *srcTexImage, *dstTexImage; in _mesa_CopyImageSubData() local [all …]
|