Searched refs:srcTexImage (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 534 struct gl_texture_image *srcTexImage, in copy_image_subdata() argument 547 if (srcTexImage && in copy_image_subdata() 548 srcTexImage->TexObject->Target == GL_TEXTURE_CUBE_MAP) { in copy_image_subdata() 551 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel]; in copy_image_subdata() 552 assert(srcTexImage); in copy_image_subdata() 566 srcTexImage, srcRenderbuffer, in copy_image_subdata() 581 struct gl_texture_image *srcTexImage, *dstTexImage; in _mesa_CopyImageSubData_no_error() local 586 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error() 592 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error() 605 struct gl_texture_image *srcTexImage, *dstTexImage; in _mesa_CopyImageSubData() local [all …]
|